LICENSE
README.md
pyproject.toml
src/mage_agent/__init__.py
src/mage_agent/__main__.py
src/mage_agent/skill_manager.py
src/mage_agent.egg-info/PKG-INFO
src/mage_agent.egg-info/SOURCES.txt
src/mage_agent.egg-info/dependency_links.txt
src/mage_agent.egg-info/entry_points.txt
src/mage_agent.egg-info/requires.txt
src/mage_agent.egg-info/top_level.txt
src/mage_agent/cli/__init__.py
src/mage_agent/cli/main.py
src/mage_agent/core/config.py
src/mage_agent/core/errors.py
src/mage_agent/core/http.py
src/mage_agent/mcp/__init__.py
src/mage_agent/mcp/main.py
src/mage_agent/mcp/server.py
src/mage_agent/mcp/tools.py
src/mage_agent/skills/__init__.py
src/mage_agent/skills/blocks.md
src/mage_agent/skills/executions.md
src/mage_agent/skills/pipeline.md
src/mage_agent/skills/sync.md
src/mage_agent/tools/__init__.py
src/mage_agent/tools/blocks.py
src/mage_agent/tools/executions.py
src/mage_agent/tools/pipelines.py
src/mage_agent/tools/sync.py