-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Description
Connect all M1 components into a working interactive CLI agent.
Parent: #2
Branch
feat/m1/cli-agent-loop
Files
crates/zeph-core/src/agent.rs— Agent struct with run loopcrates/zeph-core/src/lib.rs— add modulecrates/zeph-core/Cargo.toml— add zeph-llm dependencysrc/main.rs— bootstrap: load config, create provider, run agent
Acceptance Criteria
-
cargo runstarts REPL (prompt: "> ") - Messages sent to Ollama, response printed
- Multi-turn: previous messages included in context
- Ctrl+C or "exit"/"quit" exits cleanly
- Ollama unreachable: error message, not panic
Depends On
Reactions are currently unavailable