Skip to main content

Crate agent_works

Crate agent_works 

Source

Re-exports§

pub use crate::handle::AgentHandle;
pub use crate::handle::SendError;

Modules§

focus
Focus — A focused LLM call.
handle
multi_agent
Multi-Agent support for agent-works.

Structs§

AgentBuilder

Functions§

build_memory_system_prompt
Build the memory system prompt guidance.
build_multi_agent_system_prompt
Build the multi-agent system prompt guidance for the main agent.
setup_multi_agent
Set up the MultiAgentRuntime, event bridge, and register tools on an already-built runtime.

Type Aliases§

MultiAgentToolFactory
Factory type for creating multi-agent tools from a MultiAgentRuntime.