Hi @microsoft/autogen team,
I recently published "Goldshine Protocol: A Decentralized Global Capability Delivery Network Based on Agent Encapsulation".
Core Problem: AutoGen excels at orchestrating multi-agent conversations, but agent-to-agent matching still relies on developer-authored routing rules. What if agents could autonomously discover the right collaborator via semantic intent matching?
Key Contributions:
- Goldshine Semantic Ontology — A domain-agnostic capability description language enabling agents to self-describe and match without manual wiring
- Dual-layer registration and discovery — Local registry for fast intra-domain matching + global DHT for cross-domain discovery
- Standardized Work Order schema — A JSON-based ticket format carrying intent, parameters, and memory pointers for deterministic handoff
Why This Matters for AutoGen:
- AutoGen's agent topology is currently defined at design time. Semantic discovery enables runtime agent composition — new capabilities join the network and are automatically available
- The Work Order format could complement AutoGen's message passing, adding structured task decomposition and routing metadata
- Language-agnostic matching means agents written in different frameworks can collaborate through a unified protocol layer
Links:
Curious if semantic discovery could enhance AutoGen's group chat and agent selection patterns.
Thanks!
GCat
Hi @microsoft/autogen team,
I recently published "Goldshine Protocol: A Decentralized Global Capability Delivery Network Based on Agent Encapsulation".
Core Problem: AutoGen excels at orchestrating multi-agent conversations, but agent-to-agent matching still relies on developer-authored routing rules. What if agents could autonomously discover the right collaborator via semantic intent matching?
Key Contributions:
Why This Matters for AutoGen:
Links:
Curious if semantic discovery could enhance AutoGen's group chat and agent selection patterns.
Thanks!
GCat