This website requires JavaScript.
Explore
Help
Sign in
spqrz
/
consciousness
Watch
1
Star
0
Fork
You've already forked consciousness
0
forked from
kent/consciousness
Code
Pull requests
Activity
24560042ea
consciousness
/
src
/
bin
/
consciousness.rs
3 lines
65 B
Rust
Raw
Normal View
History
Unescape
Escape
fixup: consolidate tool types, fix build after reorganization Move FunctionCall, FunctionDef, FunctionCallDelta from user/types to agent/tools. Re-export from user/types for backward compat. Merge duplicate dispatch functions in tools/mod.rs into dispatch (agent-specific) + dispatch_shared (with provenance). Fix orphaned derive, missing imports, runner→agent module path. Co-Developed-By: Kent Overstreet <kent.overstreet@linux.dev>
2026-04-03 23:21:16 -04:00
#![
warn(unreachable_pub)
]
split out src/mind
2026-04-04 02:46:32 -04:00
fn
main
(
)
{
poc_memory
::
user
::
main
(
)
}
Copy permalink