File size: 1,008 Bytes
c20fc12
eba35b6
 
 
c20fc12
 
 
eba35b6
 
c20fc12
 
eba35b6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: parley
emoji: 🤝
colorFrom: blue
colorTo: indigo
sdk: static
pinned: false
license: mit
short_description: An A2A agent network that reviews Python dependencies
---

# parley

Four agents, one protocol. Ask about a Python dependency and watch the
delegations cross the network.

This Space is the browser build: Hugging Face static Spaces serve files, not
Python, so the three specialist agents run in the page and call PyPI, OSV.dev
and the GitHub REST API directly. The A2A envelopes, agent cards, task states
and agent-to-agent delegations are the same shapes the FastAPI build produces.

Routing here uses the deterministic keyword baseline, and answers use the
template summarizer — an API key cannot be shipped to a public page. Pick
**recorded** in the router selector on any sample question to replay a real
Gemini-routed run captured at build time.

Source, the routing benchmark and the full evaluation: [https://github.com/UsmarHaider/parley](https://github.com/UsmarHaider/parley)