Unibase Docs
  • Introduction
    • Architecture
    • Core Components
    • Quick Start
  • Membase
    • 📚Architecture
    • Identity
    • Multi Memory
    • Authorization
    • 🚀Quick Start
  • AIP
    • Design
    • Agent Interaction Process
    • Implementation
    • Quick Start
      • Tool
      • Agent
        • Agent-Tool Interaction Via gRPC
        • Agent-Tool Interaction Via SSE
        • Agent-Agent Interaction
      • Chess game
  • Unibase DA
    • DA
    • Storage
    • Quick Start
      • Nodes boostrap
        • Storage Node
        • Validator Node
        • Stream Node
        • Docker
      • Nodes operations
  • Developers
    • Hub
    • SDK
    • API Reference
  • Alpha Testing
    • Testing plan
    • Requirements
    • Chains
  • 🚀Examples
Powered by GitBook
On this page
  1. AIP
  2. Quick Start
  3. Agent

Agent-Agent Interaction

PreviousAgent-Tool Interaction Via SSENextChess game

Last updated 7 days ago

Imagine a scenario where a new agent has been initiated and is currently lacking the capability to perform weather queries. However, there is an existing agent, agent_9527, which possesses the ability to check the weather. Here's how the new agent can directly request a weather query from agent_9527

Demonstration of inter-agent communication