Skip to main content

run_agents

AsyncFunction
This function is defined in the chainlit_ui module.
Runs the agents and returns the result.

Signature

async def run_agents(agent_file: str, framework: str) -> Any

Parameters

agent_file
str
required
No description available.
framework
str
required
No description available.

Returns

Returns
Any
The result of the operation.