LICENSE
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/catalog.py
dagent/capabilities/decorator.py
dagent/capabilities/providers.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/command_tools.py
dagent/capabilities/tools/file_tools.py
dagent/capabilities/tools/registry.py
dagent/harness_runtime/__init__.py
dagent/harness_runtime/artifacts.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/feedback_learner.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/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_trace.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/test_agent_sdk_public_api.py
tests/test_api.py
tests/test_architecture_boundaries.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_executor.py
tests/test_dag_validation.py
tests/test_harness_flow.py
tests/test_harness_runtime.py
tests/test_mcp_provider.py
tests/test_mcp_schema.py
tests/test_minimax_integration.py
tests/test_openai_compatible_provider.py
tests/test_profiled_agent.py
tests/test_profiled_agents.py
tests/test_profiles.py
tests/test_prompt_builder.py
tests/test_run_trace.py
tests/test_runner_capability_registration.py
tests/test_runtime_state.py
tests/test_sdk_capability.py
tests/test_skill_provider.py
tests/test_tool_agent.py
tests/test_tools.py