README.md
pyproject.toml
animus/__init__.py
animus/__main__.py
animus/api.py
animus/autonomous.py
animus/bootstrap_loop.py
animus/cognitive.py
animus/config.py
animus/dashboard.py
animus/decision.py
animus/entities.py
animus/identity.py
animus/logging.py
animus/mcp_server.py
animus/memory.py
animus/proactive.py
animus/register.py
animus/task_outcomes.py
animus/tasks.py
animus/tools.py
animus/voice.py
animus/forge/__init__.py
animus/forge/agent.py
animus/forge/budget.py
animus/forge/checkpoint.py
animus/forge/engine.py
animus/forge/gates.py
animus/forge/loader.py
animus/forge/models.py
animus/integrations/__init__.py
animus/integrations/arete_bridge.py
animus/integrations/base.py
animus/integrations/filesystem.py
animus/integrations/gorgon.py
animus/integrations/manager.py
animus/integrations/oauth.py
animus/integrations/todoist.py
animus/integrations/webhooks.py
animus/integrations/google/__init__.py
animus/integrations/google/calendar.py
animus/integrations/google/gmail.py
animus/learning/__init__.py
animus/learning/approval.py
animus/learning/categories.py
animus/learning/guardrails.py
animus/learning/patterns.py
animus/learning/preferences.py
animus/learning/rollback.py
animus/learning/transparency.py
animus/protocols/__init__.py
animus/protocols/intelligence.py
animus/protocols/memory.py
animus/protocols/safety.py
animus/protocols/sync.py
animus/swarm/__init__.py
animus/swarm/engine.py
animus/swarm/graph.py
animus/swarm/intent.py
animus/swarm/models.py
animus/sync/__init__.py
animus/sync/client.py
animus/sync/discovery.py
animus/sync/protocol.py
animus/sync/server.py
animus/sync/state.py
animus_core.egg-info/PKG-INFO
animus_core.egg-info/SOURCES.txt
animus_core.egg-info/dependency_links.txt
animus_core.egg-info/entry_points.txt
animus_core.egg-info/requires.txt
animus_core.egg-info/top_level.txt
tests/test_api.py
tests/test_arete_bridge.py
tests/test_benchmarks.py
tests/test_bootstrap_mvp.py
tests/test_build_pipeline.py
tests/test_cli_commands.py
tests/test_cognitive_mock.py
tests/test_constrained_tools.py
tests/test_core.py
tests/test_core_coverage.py
tests/test_coverage_boost.py
tests/test_coverage_push.py
tests/test_coverage_push10.py
tests/test_coverage_push11.py
tests/test_coverage_push12.py
tests/test_coverage_push2.py
tests/test_coverage_push3.py
tests/test_coverage_push4.py
tests/test_coverage_push5.py
tests/test_coverage_push6.py
tests/test_coverage_push7.py
tests/test_coverage_push8.py
tests/test_coverage_push9.py
tests/test_coverage_push_97.py
tests/test_dual_model.py
tests/test_forge_coverage.py
tests/test_forge_integration.py
tests/test_forge_revise.py
tests/test_forge_units.py
tests/test_gorgon.py
tests/test_improvements.py
tests/test_integrations_coverage.py
tests/test_learning_coverage.py
tests/test_logging_sync.py
tests/test_mcp_server.py
tests/test_mopup_coverage.py
tests/test_next_level.py
tests/test_phase2.py
tests/test_phase3.py
tests/test_phase4.py
tests/test_phase5.py
tests/test_protocol_conformance.py
tests/test_register_translation.py
tests/test_security.py
tests/test_swarm.py
tests/test_sync.py
tests/test_task_outcomes.py