LICENSE
README.md
pyproject.toml
agentis/__init__.py
agentis/cli.py
agentis/errors.py
agentis/guardrails.py
agentis/protocols.py
agentis/token_utils.py
agentis/types.py
agentis/agents/__init__.py
agentis/agents/fork.py
agentis/agents/isolation.py
agentis/agents/mailbox.py
agentis/agents/teammate.py
agentis/agents/worktree.py
agentis/compaction/__init__.py
agentis/compaction/compactor.py
agentis/compaction/dedup.py
agentis/extensions/__init__.py
agentis/extensions/cost_tracker.py
agentis/extensions/dream.py
agentis/hooks/__init__.py
agentis/hooks/builtins.py
agentis/hooks/registry.py
agentis/memory/__init__.py
agentis/memory/index.py
agentis/memory/recall_tool.py
agentis/memory/skeptical.py
agentis/packs/__init__.py
agentis/packs/coding.py
agentis/packs/data.py
agentis/packs/filesystem.py
agentis/packs/shell.py
agentis/packs/web.py
agentis/providers/__init__.py
agentis/providers/anthropic.py
agentis/providers/base.py
agentis/providers/openai.py
agentis/providers/openai_compatible.py
agentis/runtime/__init__.py
agentis/runtime/agent.py
agentis/runtime/session.py
agentis/tools/__init__.py
agentis/tools/base.py
agentis/tools/decorator.py
agentis/tools/orchestrator.py
agentis_ai.egg-info/PKG-INFO
agentis_ai.egg-info/SOURCES.txt
agentis_ai.egg-info/dependency_links.txt
agentis_ai.egg-info/entry_points.txt
agentis_ai.egg-info/requires.txt
agentis_ai.egg-info/top_level.txt
tests/test_cli.py
tests/test_compaction_integration.py
tests/test_cost_stall.py
tests/test_errors.py
tests/test_fast_path.py
tests/test_integration.py
tests/test_layers34_packs_events.py
tests/test_model_guardrails.py
tests/test_providers_from_env.py
tests/test_token_utils.py
tests/test_types.py
tests/test_use_utility.py