Python implementation of the MAGDA Agents framework.
pip install magda-agentsfrom magda_agents.agents.daw import DawAgent
agent = DawAgent(cfg)
result = agent.generate_actions(ctx, question, state)For complete documentation, see the main MAGDA Agents repository.
AGPL v3 - See LICENSE file for details.