[PR #380] [CLOSED] a2a poc #413

Closed
opened 2026-06-05 17:22:59 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/380
Author: @colifran
Created: 3/26/2026
Status: Closed

Base: alphaHead: colifran/a2a-subagents


📝 Commits (1)

📊 Changes

15 files changed (+563 additions, -109 deletions)

View changed files

examples/a2a-poc/.gitignore (+3 -0)
examples/a2a-poc/langgraph.json (+7 -0)
examples/a2a-poc/package.json (+13 -0)
examples/a2a-poc/requirements.txt (+5 -0)
examples/a2a-poc/researcher/__init__.py (+0 -0)
examples/a2a-poc/researcher/__main__.py (+50 -0)
examples/a2a-poc/researcher/__pycache__/__init__.cpython-314.pyc (+0 -0)
examples/a2a-poc/researcher/__pycache__/__main__.cpython-314.pyc (+0 -0)
examples/a2a-poc/researcher/__pycache__/agent.cpython-314.pyc (+0 -0)
examples/a2a-poc/researcher/__pycache__/agent_executor.cpython-314.pyc (+0 -0)
examples/a2a-poc/researcher/agent.py (+31 -0)
examples/a2a-poc/researcher/agent_executor.py (+46 -0)
examples/a2a-poc/supervisor.ts (+40 -0)
📝 libs/deepagents/src/middleware/async_subagents.ts (+347 -106)
📝 pnpm-lock.yaml (+21 -3)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/deepagentsjs/pull/380 **Author:** [@colifran](https://github.com/colifran) **Created:** 3/26/2026 **Status:** ❌ Closed **Base:** `alpha` ← **Head:** `colifran/a2a-subagents` --- ### 📝 Commits (1) - [`38c9ec4`](https://github.com/langchain-ai/deepagentsjs/commit/38c9ec415f0bd6824fb0ce053220065e8af49048) a2a poc ### 📊 Changes **15 files changed** (+563 additions, -109 deletions) <details> <summary>View changed files</summary> ➕ `examples/a2a-poc/.gitignore` (+3 -0) ➕ `examples/a2a-poc/langgraph.json` (+7 -0) ➕ `examples/a2a-poc/package.json` (+13 -0) ➕ `examples/a2a-poc/requirements.txt` (+5 -0) ➕ `examples/a2a-poc/researcher/__init__.py` (+0 -0) ➕ `examples/a2a-poc/researcher/__main__.py` (+50 -0) ➕ `examples/a2a-poc/researcher/__pycache__/__init__.cpython-314.pyc` (+0 -0) ➕ `examples/a2a-poc/researcher/__pycache__/__main__.cpython-314.pyc` (+0 -0) ➕ `examples/a2a-poc/researcher/__pycache__/agent.cpython-314.pyc` (+0 -0) ➕ `examples/a2a-poc/researcher/__pycache__/agent_executor.cpython-314.pyc` (+0 -0) ➕ `examples/a2a-poc/researcher/agent.py` (+31 -0) ➕ `examples/a2a-poc/researcher/agent_executor.py` (+46 -0) ➕ `examples/a2a-poc/supervisor.ts` (+40 -0) 📝 `libs/deepagents/src/middleware/async_subagents.ts` (+347 -106) 📝 `pnpm-lock.yaml` (+21 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 17:22:59 -04:00
yindo closed this issue 2026-06-05 17:22:59 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#413