LICENSE
README.md
pyproject.toml
macroa/__init__.py
macroa.egg-info/PKG-INFO
macroa.egg-info/SOURCES.txt
macroa.egg-info/dependency_links.txt
macroa.egg-info/entry_points.txt
macroa.egg-info/requires.txt
macroa.egg-info/top_level.txt
macroa/cli/__init__.py
macroa/cli/main.py
macroa/cli/renderer.py
macroa/cli/wizard.py
macroa/config/__init__.py
macroa/config/settings.py
macroa/config/skill_registry.py
macroa/drivers/__init__.py
macroa/drivers/fs_driver.py
macroa/drivers/llm_driver.py
macroa/drivers/memory_driver.py
macroa/drivers/network_driver.py
macroa/drivers/shell_driver.py
macroa/kernel/__init__.py
macroa/kernel/agent.py
macroa/kernel/audit.py
macroa/kernel/context.py
macroa/kernel/dispatcher.py
macroa/kernel/escalation.py
macroa/kernel/events.py
macroa/kernel/identity.py
macroa/kernel/planner.py
macroa/kernel/router.py
macroa/kernel/scheduler.py
macroa/kernel/sessions.py
macroa/kernel/sudo.py
macroa/kernel/tool_defs.py
macroa/skills/__init__.py
macroa/skills/agent_skill.py
macroa/skills/chat_skill.py
macroa/skills/file_skill.py
macroa/skills/memory_skill.py
macroa/skills/shell_skill.py
macroa/stdlib/__init__.py
macroa/stdlib/schema.py
macroa/stdlib/text.py
macroa/tools/__init__.py
macroa/tools/base.py
macroa/tools/heartbeat.py
macroa/tools/installer.py
macroa/tools/registry.py
macroa/tools/runner.py
macroa/tools/examples/__init__.py
macroa/tools/examples/call_me/__init__.py
macroa/tools/examples/call_me/tool.py
macroa/web/__init__.py
macroa/web/app.py
macroa/web/static/dashboard.html
tests/test_drivers.py
tests/test_identity.py
tests/test_installer.py
tests/test_kernel.py
tests/test_memory_v2.py
tests/test_network_events_audit.py
tests/test_planner.py
tests/test_router_json.py
tests/test_scheduler.py
tests/test_sessions.py
tests/test_stdlib.py
tests/test_tools.py
tests/test_web.py
tests/test_wizard.py