v4.1.0 — Streaming Adapters, A2A Protocol, Real LangChain Example #64
Jovancoding
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🤝 A2A Protocol Adapter
Full implementation of the Google A2A open protocol — the emerging standard for agent interoperability.
/.well-known/agent.jsontasks/sendenvelopes to the agent's task endpointAbortControllerhang guardregisterRemoteAgent(id, baseUrl)— auto-discovers capability from the cardregisterLocalA2AAgent(id, card)— register without a network fetch (e.g. from config)🔗 Real LangChain Example (09-real-langchain.ts)
End-to-end walkthrough wiring actual LangChain Runnables into the orchestrator — no mocks in production code. Swap the
mockRunnable()stubs forChatOpenAI+RunnableSequenceand it runs against a real LLM. Shows:CustomAdapterrunning in parallel in the same swarm (cross-framework)Tests
1,283 passing across 15 suites — 67 new assertions, 0 failures.
Breaking Changes
None. All additions are additive — no existing exports, types, or behaviours were modified.
Upgrade
npm install network-ai@4.1.0 # or clawhub update network-aihttps://github.com/jovanSAPFIONEER/Network-AI/blob/main/CHANGELOG.md#4100---2026-03-05
This discussion was created from the release v4.1.0 — Streaming Adapters, A2A Protocol, Real LangChain Example.
Beta Was this translation helpful? Give feedback.
All reactions