Expand description
atomr-agents — composable agentic framework on top of atomr.
This umbrella crate re-exports each subsystem behind a feature
flag, mirroring the convention used by the atomr umbrella.
Re-exports§
pub use atomr_agents_callable as callable;pub use atomr_agents_context as context;pub use atomr_agents_core as core;pub use atomr_agents_observability as observability;pub use atomr_agents_strategy as strategy;pub use atomr_agents_agent as agent;pub use atomr_agents_instruction as instruction;pub use atomr_agents_memory as memory;pub use atomr_agents_persona as persona;pub use atomr_agents_skill as skill;pub use atomr_agents_tool as tool;