This website requires JavaScript.
Explore
Help
Sign in
kent
/
consciousness
Watch
1
Star
0
Fork
You've already forked consciousness
2
Code
Issues
1
Pull requests
5
Projects
Releases
Packages
Wiki
Activity
Actions
dfab7d0a33
consciousness
/
src
/
bin
/
consciousness.rs
2 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
(
)
}
Reference in a new issue
Copy permalink