LICENSE
README.md
pyproject.toml
axiom/__init__.py
axiom/config.py
axiom/events.py
axiom/legacy_wrapper.py
axiom/main.py
axiom/profile.py
axiom/registry.py
axiom/tool_registry.py
axiom/tools.py
axiom/agents/__init__.py
axiom/agents/base.py
axiom/agents/base_agent.py
axiom/agents/echo_agent.py
axiom/agents/orchestrator.py
axiom/agents/orchestrator_agent.py
axiom/agents/regex_router.py
axiom/agents/shell_agent.py
axiom/agents/simple_base.py
axiom/agents/sync_adapter.py
axiom/api/__init__.py
axiom/api/cli.py
axiom/core/__init__.py
axiom/core/async_bridge.py
axiom/core/context.py
axiom/core/engine.py
axiom/core/events.py
axiom/core/ipc_server.py
axiom/core/recorder.py
axiom/core/registry.py
axiom/core/transaction.py
axiom/engine/__init__.py
axiom/engine/core.py
axiom/engine/engine.py
axiom/genesis/__init__.py
axiom/llm/__init__.py
axiom/llm/ollama_client.py
axiom/memory/__init__.py
axiom/memory/compactor.py
axiom/memory/context_manager.py
axiom/memory/memory_async.py
axiom/memory/memory_sync.py
axiom/memory/protocol.py
axiom/memory/semantic.py
axiom/memory/sleep_cycle.py
axiom/planning/__init__.py
axiom/planning/planner.py
axiom/plugins/__init__.py
axiom/plugins/automation_plugin.py
axiom/plugins/base_plugin.py
axiom/plugins/nxbt_plugin.py
local_axiom_agent.egg-info/PKG-INFO
local_axiom_agent.egg-info/SOURCES.txt
local_axiom_agent.egg-info/dependency_links.txt
local_axiom_agent.egg-info/entry_points.txt
local_axiom_agent.egg-info/requires.txt
local_axiom_agent.egg-info/top_level.txt
tests/test_agents.py
tests/test_async_bridge.py
tests/test_basic.py
tests/test_cli.py
tests/test_config.py
tests/test_context_manager.py
tests/test_core.py
tests/test_core_engine.py
tests/test_coverage_gaps.py
tests/test_event_bus.py
tests/test_ipc_server.py
tests/test_legacy_wrapper.py
tests/test_memory.py
tests/test_memory_compaction.py
tests/test_memory_lifecycle.py
tests/test_memory_semantic.py
tests/test_ollama_client.py
tests/test_planning.py
tests/test_plugins.py
tests/test_profile.py
tests/test_recorder.py
tests/test_registry.py
tests/test_resilience.py
tests/test_sync_adapter.py
tests/test_tool_registry.py
tests/test_tools.py
tests/test_transaction.py