Skip to content

Design coded DeepAgents harness#985

Draft
andreitava-uip wants to merge 2 commits into
mainfrom
feat/coded-deepagents
Draft

Design coded DeepAgents harness#985
andreitava-uip wants to merge 2 commits into
mainfrom
feat/coded-deepagents

Conversation

@andreitava-uip

Copy link
Copy Markdown
Contributor

Summary

  • add UiPath DeepAgents authoring helpers and runtime metadata for task-mode coded agents
  • hydrate runtime workspaces through UiPath attachments and inject workspace paths into LangGraph config
  • add a coded DeepAgent sample plus focused tests for runtime config, hydration policy, backend factory behavior, memory wiring, and attachment handling

Tests

  • uv run pytest --no-cov tests/deepagents tests/agent/advanced/test_memory_injection.py tests/agent/advanced/test_utils.py tests/agent/advanced/test_create_advanced_agent_graph.py tests/agent/advanced/test_conversational_advanced_agent_graph.py
  • uv run pytest --no-cov tests/deepagents tests/agent/advanced/test_create_advanced_agent_graph.py tests/agent/advanced/test_memory_injection.py tests/agent/advanced/test_utils.py tests/runtime/test_factory_governance.py tests/runtime/test_runtime_unit.py tests/runtime/test_reference_context_wiring.py
  • uv run ruff check src/uipath_langchain/deepagents/init.py src/uipath_langchain/deepagents/agent.py src/uipath_langchain/deepagents/backend.py src/uipath_langchain/deepagents/metadata.py src/uipath_langchain/agent/advanced/agent.py src/uipath_langchain/agent/advanced/utils.py tests/deepagents/test_backend.py tests/deepagents/test_metadata.py tests/agent/advanced/test_memory_injection.py tests/agent/advanced/test_utils.py samples/coded-deepagent/graph.py
  • uv run ruff format --check src/uipath_langchain/deepagents/init.py src/uipath_langchain/deepagents/agent.py src/uipath_langchain/deepagents/backend.py src/uipath_langchain/deepagents/metadata.py src/uipath_langchain/agent/advanced/agent.py src/uipath_langchain/agent/advanced/utils.py tests/deepagents/test_backend.py tests/deepagents/test_metadata.py tests/agent/advanced/test_memory_injection.py tests/agent/advanced/test_utils.py

Review Notes

  • independent reviewer reported no Major/High/Critical blockers after the fix loop

@andreitava-uip andreitava-uip force-pushed the feat/coded-deepagents branch from b82bae8 to 71b218c Compare July 13, 2026 14:39
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
3.6% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant