Rename agent/ to user/ and poc-agent binary to consciousness
Mechanical rename: src/agent/ -> src/user/, all crate::agent:: -> crate::user:: references updated. Binary poc-agent renamed to consciousness with CLI name and user-facing strings updated. Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
beb49ec477
commit
14dd8d22af
31 changed files with 1857 additions and 1468 deletions
|
|
@ -1,23 +0,0 @@
|
|||
// agent/ — interactive agent and shared infrastructure
|
||||
//
|
||||
// Merged from the former poc-agent crate. Contains:
|
||||
// - api/ — LLM API backends (OpenAI-compatible, Anthropic)
|
||||
// - types — Message, ToolDef, ChatRequest, etc.
|
||||
// - tools/ — tool definitions and dispatch
|
||||
// - ui_channel — streaming UI communication
|
||||
// - runner — the interactive agent loop
|
||||
// - cli, context, dmn, identity, log, observe, parsing, tui
|
||||
// Config moved to crate::config (unified with memory config)
|
||||
|
||||
pub mod api;
|
||||
pub mod types;
|
||||
pub mod tools;
|
||||
pub mod ui_channel;
|
||||
pub mod runner;
|
||||
pub mod cli;
|
||||
pub mod dmn;
|
||||
pub mod identity;
|
||||
pub mod log;
|
||||
pub mod observe;
|
||||
pub mod parsing;
|
||||
pub mod tui;
|
||||
Loading…
Add table
Add a link
Reference in a new issue