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
dfab7d0a33
consciousness
/
src
/
bin
/
consciousness.rs
3 lines
68 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)
]
delete claude code integration
2026-04-09 19:58:07 -04:00
fn
main
(
)
{
consciousness
::
user
::
main
(
)
}
Copy permalink