LICENSE
README.md
pyproject.toml
agent_core/__init__.py
agent_core/agent.py
agent_core/colors.py
agent_core/compose.py
agent_core/config.py
agent_core/constants.py
agent_core/images.py
agent_core/mcp_client.py
agent_core/settings.py
agent_core/spinner.py
agent_core/stt.py
agent_core/tokenizer.py
agent_core/workflow.py
agent_core/tools/__init__.py
agent_core/tools/base.py
agent_core/tools/filesystem.py
agent_core/tools/memory.py
agent_core/tools/plan.py
agent_core/tools/shell.py
agent_core/tools/subagent.py
agent_core/tools/vision.py
agent_core/tools/workflow_control.py
agent_core/tools/workspace.py
local_automata_core.egg-info/PKG-INFO
local_automata_core.egg-info/SOURCES.txt
local_automata_core.egg-info/dependency_links.txt
local_automata_core.egg-info/requires.txt
local_automata_core.egg-info/top_level.txt
tests/test_agent.py
tests/test_colors.py
tests/test_config.py
tests/test_images.py
tests/test_mcp.py
tests/test_settings.py
tests/test_stt.py
tests/test_tools.py
tests/test_workflow.py