CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
setup.py
augagent/__init__.py
augagent/agent.py
augagent/api.py
augagent/audit.py
augagent/checkpoint.py
augagent/cli.py
augagent/graph.py
augagent/indexer.py
augagent/mcp_client.py
augagent/memory.py
augagent/models.py
augagent/task.py
augagent/team.py
augagent/telemetry.py
augagent/tools.py
augagent/tools_file.py
augagent/tools_terminal.py
augagent/tools_web.py
augagent.egg-info/PKG-INFO
augagent.egg-info/SOURCES.txt
augagent.egg-info/dependency_links.txt
augagent.egg-info/entry_points.txt
augagent.egg-info/requires.txt
augagent.egg-info/top_level.txt
docs/api_reference.md
docs/index.md
docs/concepts/agents.md
docs/concepts/tasks.md
docs/concepts/tools.md
tests/test_agent.py
tests/test_api.py
tests/test_checkpoint.py
tests/test_mcp.py
tests/test_routing.py
tests/test_team.py