.dockerignore
.env.example
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
README.md
SECURITY.md
compose.yaml
pyproject.toml
benchmarks/README.md
benchmarks/_provenance.py
benchmarks/generate_scale_corpus.py
benchmarks/generate_set_corpus.py
benchmarks/run_adaptive_benchmark.py
benchmarks/run_benchmark.py
benchmarks/run_scale_benchmark.py
benchmarks/run_set_benchmark.py
benchmarks/scale_scenarios.json
benchmarks/scenarios.json
benchmarks/set_scenarios.json
benchmarks/corpus/set_corpus.json
benchmarks/results/adaptive-cache-hybrid-model.json
benchmarks/results/adaptive-cache-lexical.json
benchmarks/results/adaptive-drift.json
benchmarks/results/adaptive-feedback.json
benchmarks/results/adaptive-threshold-sweep.json
benchmarks/results/hybrid-hash.json
benchmarks/results/hybrid-model.json
benchmarks/results/latest.json
benchmarks/results/scale-routing-10000.json
benchmarks/results/scale-routing-100000.json
benchmarks/results/set-selection-distractors.json
benchmarks/results/set-selection-graph-distractors.json
benchmarks/results/set-selection-graph-hybrid.json
benchmarks/results/set-selection-graph-lexical.json
benchmarks/results/set-selection-hybrid.json
benchmarks/results/set-selection-lexical.json
benchmarks/results/set-selection-policy-hybrid.json
benchmarks/results/set-selection-policy-lexical.json
docs/connectors.md
docs/local-resource-packages.md
docs/threat-model.md
examples/agent_delegation.py
examples/hello_world.py
examples/human_in_the_loop.py
examples/planned_execution.py
examples/recovery_fallback.py
examples/search_scenarios.json
examples/package-template/marmo-package.json
examples/package-template/marmo-package.lock.json
examples/package-template/resources.json
examples/resources/core_resources.json
marmo_core/__init__.py
marmo_core/_version.py
marmo_core/activator.py
marmo_core/adaptive.py
marmo_core/agent_runtime.py
marmo_core/audit.py
marmo_core/cli.py
marmo_core/compiler.py
marmo_core/connectors.py
marmo_core/environment.py
marmo_core/errors.py
marmo_core/evaluator.py
marmo_core/formatting.py
marmo_core/graph_routing.py
marmo_core/hierarchy.py
marmo_core/hitl.py
marmo_core/kernel.py
marmo_core/llm.py
marmo_core/llm_routing.py
marmo_core/loader.py
marmo_core/markdown_skill.py
marmo_core/mcp.py
marmo_core/models.py
marmo_core/package.py
marmo_core/planner.py
marmo_core/policy.py
marmo_core/providers.py
marmo_core/py.typed
marmo_core/recovery.py
marmo_core/registry.py
marmo_core/rerank.py
marmo_core/retriever.py
marmo_core/safety.py
marmo_core/secrets.py
marmo_core/security.py
marmo_core/selector.py
marmo_core/semantic.py
marmo_core/state.py
marmo_core/tool_runtime.py
marmo_core.egg-info/PKG-INFO
marmo_core.egg-info/SOURCES.txt
marmo_core.egg-info/dependency_links.txt
marmo_core.egg-info/entry_points.txt
marmo_core.egg-info/requires.txt
marmo_core.egg-info/top_level.txt
marmo_core/sample_resources/__init__.py
marmo_core/sample_resources/agents.py
marmo_core/sample_resources/tools.py
resources/agents/api-designer.json
resources/agents/code-reviewer.json
resources/agents/data-analyst.json
resources/agents/docs-writer.json
resources/agents/incident-triager.json
resources/agents/release-manager.json
resources/agents/research-assistant.json
resources/agents/security-reviewer.json
resources/agents/support-specialist.json
resources/agents/test-planner.json
resources/memory/api-design.json
resources/memory/architecture-decisions.json
resources/memory/data-retention.json
resources/memory/domain-glossary.json
resources/memory/incident-response.json
resources/memory/project-conventions.json
resources/memory/release-checklist.json
resources/memory/security-baseline.json
resources/memory/support-tone.json
resources/memory/testing-strategy.json
resources/tools/create-archive.json
resources/tools/format-code.json
resources/tools/http-get.json
resources/tools/list-files.json
resources/tools/read-text.json
resources/tools/run-tests.json
resources/tools/search-text.json
resources/tools/send-notification.json
resources/tools/validate-json.json
resources/tools/write-text.json
scripts/release_check.py
tests/fake_mcp_server.py
tests/test_adaptive.py
tests/test_agent_runtime.py
tests/test_cli_release.py
tests/test_compatibility.py
tests/test_compiler.py
tests/test_connectors.py
tests/test_executable_resource_samples.py
tests/test_formatting.py
tests/test_graph_routing.py
tests/test_hierarchy.py
tests/test_kernel.py
tests/test_llm_routing.py
tests/test_markdown_skill_frontmatter.py
tests/test_package.py
tests/test_planner.py
tests/test_policy_audit.py
tests/test_provider_compat.py
tests/test_recovery.py
tests/test_release_readiness.py
tests/test_rerank.py
tests/test_resource_samples.py
tests/test_retrieval_scoring.py
tests/test_safety.py
tests/test_secrets.py
tests/test_security_boundaries.py
tests/test_set_selection.py
tests/test_state_hitl.py
tests/test_v03.py
tests/test_v1.py
tests/test_v2_examples.py
tests/fixtures/compat/v0.3.0/public_api.txt
tests/fixtures/compat/v0.3.0/resource.json
tests/fixtures/compat/v0.3.0/state.jsonl
tools/collect_skills.py
tools/make_url_list.py