A2A conformant
Streaming
A2A v0.3.0
RagSphere
v1.0.0• RagSphere Team
Secure RAG agent for PDF, Excel, and YouTube analysis with rate limiting and API key protection.
Skills
-
Document Ingestion
Upload and process PDF, Excel, or YouTube links for indexing and retrieval.
ingestprocessingupload -
RAG Query
Query your processed documents using semantic search and knowledge graphs.
querysearchrag
Integration
import asyncio
from a2a_registry import AsyncRegistry
async def main():
async with AsyncRegistry() as registry:
agent = await registry.get_by_id("3551c8f8-4474-4b21-8862-5d7d895a0341")
client = await agent.async_connect()
print(f"Connected to {agent.name}")
asyncio.run(main())