Learn how to use the agent.session action to create interactive, multi-agent workflows with coordination, iteration, and user feedback capabilities.
agent.session
action creates an interactive, multi-agent session where multiple AI agents collaborate to achieve complex goals. It features a coordinator agent that orchestrates the work, delegates tasks to specialized agents, and maintains an ongoing conversation that can include user feedback and iteration.
agent.session
action is designed for complex, multi-step tasks that require coordination between different agents, iteration, and ongoing user interaction. Unlike agent.run
, it maintains an active session where agents can work together, break down complex problems, and adapt their approach based on feedback and results.
repo.identify
to determine which repositories to work with:
agent.run
to prepare input for complex sessions:
agent.session
action, explore these related topics:
agent.session
for complex, multi-agent tasks that require coordination, iteration, and user interaction.