Skip to main content

Crate quiver_agent

Crate quiver_agent 

Source
Expand description

Phase 6 — daily-task agent + learning loop.

run(cfg) tails Claude Code session JSONL files, calls the recommender whenever a new user message arrives, writes a hint markdown for the current session, records the top-1 as a pending agent_suggestion, and marks suggestions accepted when the user actually invokes the suggested tool. digest(cfg) produces a markdown report for a sliding window.

Re-exports§

pub use classify::ClassifiedTask;
pub use classify::HaikuClassifier;
pub use classify::NoopClassifier;
pub use classify::TaskClassifier;
pub use digest::digest;

Modules§

classify
Optional Haiku-backed task classifier for the agent loop.
digest
Weekly markdown digest generator.
hint
Hint markdown writer.
recommend
Shared top_k recommendation pipeline.
tail
Incremental JSONL tail reader.

Structs§

AgentConfig
Runtime config for the agent loop.

Functions§

run