LICENSE
README.md
pyproject.toml
src/pygent/__init__.py
src/pygent/agent/__init__.py
src/pygent/agent/react.py
src/pygent/core/__init__.py
src/pygent/core/_direct_execution.py
src/pygent/core/_module_contracts.py
src/pygent/core/_module_definition.py
src/pygent/core/definition.py
src/pygent/core/execution.py
src/pygent/core/json_values.py
src/pygent/core/values.py
src/pygent/llm/__init__.py
src/pygent/llm/_adapter_contracts.py
src/pygent/llm/_model_execution.py
src/pygent/llm/catalog.py
src/pygent/llm/invoker.py
src/pygent/llm/layer.py
src/pygent/llm/openai_compatible.py
src/pygent/llm/spi.py
src/pygent/llm/types.py
src/pygent/runtime/__init__.py
src/pygent/runtime/_history_effects.py
src/pygent/runtime/_history_executions.py
src/pygent/runtime/_history_jobs.py
src/pygent/runtime/_history_store.py
src/pygent/runtime/_history_types.py
src/pygent/runtime/_worker_handle.py
src/pygent/runtime/_worker_protocol.py
src/pygent/runtime/api.py
src/pygent/runtime/capacity.py
src/pygent/runtime/codec.py
src/pygent/runtime/compiler.py
src/pygent/runtime/local.py
src/pygent/runtime/model_deployment.py
src/pygent/runtime/plan.py
src/pygent/runtime/tasks.py
src/pygent/runtime/worker_client.py
src/pygent/runtime/worker_server.py
src/pygent/runtime/worker_target.py
src/pygent/runtime/_local/__init__.py
src/pygent/runtime/_local/capacity.py
src/pygent/runtime/_local/handles.py
src/pygent/runtime/_local/lifecycle.py
src/pygent/runtime/_local/model_groups.py
src/pygent/runtime/_local/policies.py
src/pygent/runtime/_local/recovery.py
src/pygent/runtime/_local/scope.py
src/pygent/runtime/_local/state.py
src/pygent/runtime/_local/tool_jobs.py
src/pygent/tool/__init__.py
src/pygent/tool/executors.py
src/pygent/tool/functional.py
src/pygent/tool/layer.py
src/pygent/tool/types.py
src/pygent/tool/mcp/__init__.py
src/pygent/tool/mcp/client.py
src/pygent/tool/standard/__init__.py
src/pygent/tool/standard/_bash.py
src/pygent/tool/standard/_files.py
src/pygent/tool/standard/_paths.py
src/pygent/tool/standard/_web.py
src/pygent_ai.egg-info/PKG-INFO
src/pygent_ai.egg-info/SOURCES.txt
src/pygent_ai.egg-info/dependency_links.txt
src/pygent_ai.egg-info/requires.txt
src/pygent_ai.egg-info/top_level.txt