CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
mkdocs.yml
pyproject.toml
assets/lllm-logo-dark.svg
assets/lllm-logo-text-dark.png
assets/lllm-logo-text-white.png
docs/CNAME
docs/getting-started.md
docs/index.md
docs/assets/lllm-logo-text-dark.png
docs/assets/lllm-logo-text-white.png
docs/assets/logo.svg
docs/concepts/packages.md
docs/concepts/runtime-boundary.md
docs/concepts/services.md
docs/concepts/tactics.md
docs/guides/composition.md
docs/guides/native-runtime.md
docs/guides/pydantic-ai.md
docs/javascripts/mermaid-init.20260629.js
docs/javascripts/vendor/mermaid-LICENSE.txt
docs/javascripts/vendor/mermaid.min.js
docs/overrides/partials/header.html
docs/overrides/partials/nav.html
docs/overrides/partials/source.html
docs/protocol/index.md
docs/protocol/package-contract.md
docs/protocol/refs-resolution.md
docs/protocol/service-boundary.md
docs/protocol/tactic-boundary.md
docs/reference/cli.md
docs/reference/native-preservation.md
docs/reference/protocol.md
docs/reference/psihub-metadata.md
docs/reference/service-api.md
docs/runtime/index.md
docs/runtime/native.md
docs/runtime/pydantic-ai.md
docs/runtime/python.md
docs/runtime/native/adapter.md
docs/runtime/native/agent-loop.md
docs/runtime/native/boundary-verification.md
docs/runtime/native/parsers-tools.md
docs/runtime/native/prompt-dialog.md
docs/runtime/native/proxies-skills-sandbox.md
docs/runtime/native/registry-invokers.md
docs/runtime/native/tactics.md
docs/stylesheets/custom.20260629.css
docs/tutorials/first-tactic.md
docs/tutorials/native-core.md
docs/tutorials/parsers.md
docs/tutorials/proxies.md
docs/tutorials/pydantic-ai-compat.md
docs/tutorials/pydantic-ai-runtime.md
docs/tutorials/sandboxes.md
examples/echo_service/README.md
examples/echo_service/app.py
examples/echo_service/tactics.py
examples/native_dialog/demo.py
examples/native_service/README.md
examples/native_service/app.py
examples/native_service/tactics.py
examples/pydantic_ai_tactic/fake_agent.py
examples/pydantic_ai_tactic/structured_agent.py
examples/pydantic_ai_tactic/surrounding_features.py
lllm/__init__.py
lllm/cli.py
lllm/parsers.py
lllm/proxy.py
lllm/py.typed
lllm/sandbox.py
lllm/create/__init__.py
lllm/create/scaffold.py
lllm/integrations/__init__.py
lllm/integrations/psihub.py
lllm/protocol/__init__.py
lllm/protocol/_validation.py
lllm/protocol/context.py
lllm/protocol/errors.py
lllm/protocol/events.py
lllm/protocol/refs.py
lllm/protocol/schema.py
lllm/protocol/tactic.py
lllm/runtimes/__init__.py
lllm/runtimes/pydantic_ai.py
lllm/runtimes/python.py
lllm/runtimes/native/__init__.py
lllm/runtimes/native/adapter.py
lllm/runtimes/native/core/__init__.py
lllm/runtimes/native/core/agent.py
lllm/runtimes/native/core/config.py
lllm/runtimes/native/core/const.py
lllm/runtimes/native/core/dialog.py
lllm/runtimes/native/core/native_config.py
lllm/runtimes/native/core/prompt.py
lllm/runtimes/native/core/resource.py
lllm/runtimes/native/core/runtime.py
lllm/runtimes/native/core/tactic.py
lllm/runtimes/native/core/tactic_registry.py
lllm/runtimes/native/core/tactic_tool.py
lllm/runtimes/native/core/templates.py
lllm/runtimes/native/invokers/__init__.py
lllm/runtimes/native/invokers/base.py
lllm/runtimes/native/invokers/litellm.py
lllm/runtimes/native/native/__init__.py
lllm/runtimes/native/native/tactic.py
lllm/runtimes/native/proxies/__init__.py
lllm/runtimes/native/proxies/base.py
lllm/runtimes/native/proxies/interpreter.py
lllm/runtimes/native/proxies/prompt_template.py
lllm/runtimes/native/proxies/proxy_tools.py
lllm/runtimes/native/proxies/builtin/__init__.py
lllm/runtimes/native/proxies/builtin/exa_proxy.py
lllm/runtimes/native/proxies/builtin/fmp_proxy.py
lllm/runtimes/native/proxies/builtin/fred_proxy.py
lllm/runtimes/native/proxies/builtin/google-trends-categories.json
lllm/runtimes/native/proxies/builtin/google-trends-geo.json
lllm/runtimes/native/proxies/builtin/gt_proxy.py
lllm/runtimes/native/proxies/builtin/msd_proxy.py
lllm/runtimes/native/proxies/builtin/wa_proxy.py
lllm/runtimes/native/proxies/builtin/wa_using_assumptions.md
lllm/runtimes/native/sandbox/__init__.py
lllm/runtimes/native/sandbox/jupyter.py
lllm/runtimes/native/tools/cua.py
lllm/runtimes/native/utils/__init__.py
lllm/services/__init__.py
lllm/services/client.py
lllm/services/endpoints.py
lllm/services/fastapi.py
lllm/services/resolver.py
lllm_core.egg-info/PKG-INFO
lllm_core.egg-info/SOURCES.txt
lllm_core.egg-info/dependency_links.txt
lllm_core.egg-info/entry_points.txt
lllm_core.egg-info/requires.txt
lllm_core.egg-info/top_level.txt
tests/test_composition.py
tests/test_create.py
tests/test_docs_rendering.py
tests/test_examples.py
tests/test_fastapi_service.py
tests/test_live_providers.py
tests/test_native_adapter.py
tests/test_native_core.py
tests/test_parsers.py
tests/test_protocol.py
tests/test_proxy.py
tests/test_psihub_integration.py
tests/test_pydantic_ai_adapter.py
tests/test_sandbox.py
tests/test_sdist_contents.py