open-pincery 1.0.1

Multi-agent platform for durable, event-driven AI agents
Documentation
1
2
3
4
5
6
7
pub mod agent;
pub mod event;
pub mod llm_call;
pub mod projection;
pub mod prompt_template;
pub mod user;
pub mod workspace;