Skip to content

feat: add multi-agent graph, streaming, LLM providers for agent-framework#183

Merged
cristipufu merged 3 commits intomainfrom
feat/agent-framework-integration
Feb 19, 2026
Merged

feat: add multi-agent graph, streaming, LLM providers for agent-framework#183
cristipufu merged 3 commits intomainfrom
feat/agent-framework-integration

Conversation

@cristipufu
Copy link
Member

Summary

  • Add recursive graph building with agent-as-tool detection via closure inspection for multi-agent setups
  • Add multi-agent streaming with proper STARTED/COMPLETED state events per sub-agent node
  • Add UiPath OpenAI and Anthropic LLM chat providers (with UiPath LLM Gateway support)
  • Add multi-agent sample (coordinator + research + code agents)
  • Add CI/CD pipeline jobs (lint, test, publish-dev) for uipath-agent-framework
  • Update README docs (package, samples, root monorepo table)

Test plan

  • mypy passes (0 errors)
  • ruff check passes
  • ruff format passes
  • pytest passes (29/29)
  • Manual test: run quickstart-agent sample with uipath run agent
  • Manual test: run multi-agent sample and verify graph visualization in uipath-dev
  • Verify CI/CD lint and test jobs trigger for agent-framework changes

🤖 Generated with Claude Code

cristipufu and others added 2 commits February 19, 2026 09:54
Add UiPath runtime integration for the Microsoft Agent Framework SDK,
enabling discovery, schema inference, execution, and streaming of
Agent Framework agents on the UiPath Cloud Platform.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…/CD for agent-framework

Add recursive graph building with agent-as-tool detection via closure inspection,
multi-agent streaming with proper STARTED/COMPLETED state events, UiPath OpenAI
and Anthropic LLM chat providers, multi-agent sample, README docs, and CI/CD
pipeline jobs for lint/test/publish-dev.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@cristipufu cristipufu force-pushed the feat/agent-framework-integration branch from 79ccb9d to 16e097c Compare February 19, 2026 10:52
The UiPathAnthropicClient imports AnthropicClient from agent_framework_anthropic,
so the package must be included in the anthropic optional dependencies.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@cristipufu cristipufu force-pushed the feat/agent-framework-integration branch from 16e097c to 54383eb Compare February 19, 2026 10:55
@cristipufu cristipufu merged commit f121a61 into main Feb 19, 2026
14 checks passed
@cristipufu cristipufu deleted the feat/agent-framework-integration branch February 19, 2026 10:55
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

Comments