You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Meeting transcription pipeline with speaker diarization and AI note-taking. GPU-accelerated ASR (NVIDIA Parakeet) + speaker attribution (Sortformer) + structured meeting notes via A2A protocol agents.
A2A-compliant agent template built on LangGraph's StateGraph. Define your graph topology, wire in your nodes, and get a working A2A endpoint with agent discovery, task lifecycle, and JSON-RPC out o…
A2A-compliant agent template built on LangChain's create_agent() with tool-calling. Define your tools, get a working A2A endpoint with agent discovery, task lifecycle, and JSON-RPC out of the box. …
A2A-compliant multi-agent research crew built with CrewAI. Hierarchical team (Coordinator, Researcher, Writer) exposed as a JSON-RPC 2.0 service. Supports peer delegation to any A2A agent. Fork and…
A2A-compliant data processing agent built with Microsoft Agent Framework. Three-stage @tool pipeline (validate, delegate, format) exposed as a JSON-RPC 2.0 service. Supports peer delegation to any …