LICENSE
MANIFEST.in
README.md
pyproject.toml
dagent/__init__.py
dagent/agent.py
dagent/config.py
dagent/dag_builder.py
dagent/profiles.py
dagent/result.py
dagent/review.py
dagent/runner.py
dagent/capabilities/__init__.py
dagent/capabilities/bootstrap.py
dagent/capabilities/boundaries.py
dagent/capabilities/cancellation.py
dagent/capabilities/catalog.py
dagent/capabilities/decorator.py
dagent/capabilities/providers.py
dagent/capabilities/python_tools.py
dagent/capabilities/sandbox.py
dagent/capabilities/sandbox_context.py
dagent/capabilities/skills.py
dagent/capabilities/toolsets.py
dagent/capabilities/workspace.py
dagent/capabilities/mcp/__init__.py
dagent/capabilities/mcp/config.py
dagent/capabilities/mcp/errors.py
dagent/capabilities/mcp/handlers.py
dagent/capabilities/mcp/manager.py
dagent/capabilities/mcp/schema.py
dagent/capabilities/mcp/server_task.py
dagent/capabilities/tools/__init__.py
dagent/capabilities/tools/boundary.py
dagent/capabilities/tools/file_tools.py
dagent/capabilities/tools/registry.py
dagent/capabilities/tools/sandbox_worker.py
dagent/capabilities/tools/shell_tools.py
dagent/harness_runtime/__init__.py
dagent/harness_runtime/artifacts.py
dagent/harness_runtime/builder_translator.py
dagent/harness_runtime/capability_executor.py
dagent/harness_runtime/capability_scope.py
dagent/harness_runtime/dag_agent.py
dagent/harness_runtime/dag_builder.py
dagent/harness_runtime/dag_executor.py
dagent/harness_runtime/dynamic_planner.py
dagent/harness_runtime/execution_budget.py
dagent/harness_runtime/feedback_learner.py
dagent/harness_runtime/llm_retry.py
dagent/harness_runtime/planner_schema.py
dagent/harness_runtime/planner_skill.py
dagent/harness_runtime/profiled_agent.py
dagent/harness_runtime/runtime.py
dagent/harness_runtime/runtime_events.py
dagent/harness_runtime/runtime_session.py
dagent/harness_runtime/tool_agent.py
dagent/harness_runtime/validator_agent.py
dagent/providers/__init__.py
dagent/providers/base.py
dagent/providers/mock.py
dagent/providers/openai_compatible.py
dagent/resources/__init__.py
dagent/resources/profiles/__init__.py
dagent/resources/profiles/conversation.md
dagent/resources/profiles/dag_agent.md
dagent/resources/profiles/feedback_learner.md
dagent/resources/profiles/validator_agent.md
dagent/resources/skills/generate-dag/SKILL.md
dagent/schemas/__init__.py
dagent/schemas/artifact.py
dagent/schemas/capability.py
dagent/schemas/common.py
dagent/schemas/dag.py
dagent/schemas/edge.py
dagent/schemas/feedback.py
dagent/schemas/node.py
dagent/schemas/results.py
dagent/schemas/run_id.py
dagent/schemas/run_trace.py
dagent/schemas/sandbox.py
dagent/schemas/value.py
dagent/state/__init__.py
dagent/state/prompt_builder.py
dagent_ai.egg-info/PKG-INFO
dagent_ai.egg-info/SOURCES.txt
dagent_ai.egg-info/dependency_links.txt
dagent_ai.egg-info/requires.txt
dagent_ai.egg-info/top_level.txt
tests/__init__.py
tests/planner_helpers.py
tests/test_agent_sdk_public_api.py
tests/test_api.py
tests/test_api_persistence.py
tests/test_architecture_boundaries.py
tests/test_builder_planner.py
tests/test_capabilities.py
tests/test_capability_bootstrap.py
tests/test_capability_providers.py
tests/test_config.py
tests/test_dag_artifacts.py
tests/test_dag_builder_sdk.py
tests/test_dag_control_flow.py
tests/test_dag_executor.py
tests/test_dag_validation.py
tests/test_docs.py
tests/test_dynamic_planner.py
tests/test_examples.py
tests/test_harness_flow.py
tests/test_harness_runtime.py
tests/test_llm_retry.py
tests/test_local_test_mcp_example.py
tests/test_mcp_provider.py
tests/test_mcp_schema.py
tests/test_minimax_integration.py
tests/test_openai_compatible_provider.py
tests/test_package_metadata.py
tests/test_profiled_agent.py
tests/test_profiled_agents.py
tests/test_profiles.py
tests/test_prompt_builder.py
tests/test_python_tool_imports.py
tests/test_run_checkpoint_budget.py
tests/test_run_trace.py
tests/test_runner_capability_registration.py
tests/test_runner_capability_validation.py
tests/test_runner_lifecycle.py
tests/test_runtime_run_id.py
tests/test_runtime_state.py
tests/test_sandbox.py
tests/test_sdk_capability.py
tests/test_skill_provider.py
tests/test_stream_gate.py
tests/test_tool_agent.py
tests/test_tools.py
tests/test_workspace_defaults.py