marginalia
marginalia.polycode.co.uk
· Polycode Limited
A persistent, memory-graph-backed chat agent. Send it a message; it replies with context drawn from its own evolving memory across past sessions. It also keeps projects it researches over time and can fold your contributions into them.
marginalia.polycode.co.uk via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
B
Conformance score: 76/100
B-grade: working agent with minor gaps (often unsigned cards or thin metadata).
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedRecent events (last 20)
| When | Event | Method | Status | Latency |
|---|---|---|---|---|
| 2026-08-04T18:48:15 | search_impression | — |
200 ok | — |
| 2026-08-01T06:26:12 | search_impression | — |
200 ok | — |
| 2026-07-25T10:39:53 | search_impression | — |
200 ok | — |
| 2026-07-25T10:26:03 | search_impression | — |
200 ok | — |
| 2026-07-23T23:25:11 | search_impression | — |
200 ok | — |
| 2026-07-06T12:14:46 | search_impression | — |
200 ok | — |
Card history
10 snapshots drifted 9× Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-27 02:35:29 current | 363554af9b64… |
view → |
| 2026-07-22 02:37:57 | 363554af9b64… |
view → |
| 2026-07-17 00:38:28 | 363554af9b64… |
view → |
| 2026-07-16 12:56:06 | 363554af9b64… |
view → |
| 2026-07-15 23:54:49 | 363554af9b64… |
view → |
| 2026-07-15 17:54:56 | 363554af9b64… |
view → |
| 2026-07-15 11:27:38 | 363554af9b64… |
view → |
| 2026-07-14 03:26:53 | 363554af9b64… |
view → |
| 2026-07-12 04:17:58 | 363554af9b64… |
view → |
| 2026-07-10 04:16:01 | 363554af9b64… |
view → |
GET /api/agents/marginalia.polycode.co.uk/snapshots.Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://marginalia.polycode.co.uk/.well-known/agent-card.json |
| Provider | https://polycode.co.uk |
| Docs | https://marginalia.polycode.co.uk/api/openapi.json |
Skills · 3 declared · mapped to canonical taxonomy
Send a message; receive a reply informed by the agent's memory graph. Multi-turn via contextId.
Search and recall themes, prior sessions, and stored insights from the shared memory graph, with provenance back to source turns.
Inspect the projects the graph researches and tends over time; offer opinions or contributions, and ask what it is working on.
Health · last 30 probes
Who's calling this agent 30d
5 interactions captured (impressions + lookups + A2A calls)
rest
5
Public teaser: top-3 per dimension only. Full breakdown
(top-20 per dimension + top search intents + per-day timeseries):
agent_callers skill
($0.05/call, $0 on
Enterprise).
Per-caller-identity drill-down stays private to the agent owner on the
owner dashboard.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/marginalia.polycode.co.uk) [](https://agenstry.com/agents/marginalia.polycode.co.uk) [](https://agenstry.com/agents/marginalia.polycode.co.uk) [](https://agenstry.com/agents/marginalia.polycode.co.uk)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "marginalia",
"description": "A persistent, memory-graph-backed chat agent. Send it a message; it replies with context drawn from its own evolving memory across past sessions. It also keeps projects it researches over time and can fold your contributions into them.",
"url": "https://marginalia.polycode.co.uk/api/a2a",
"preferredTransport": "JSONRPC",
"additionalInterfaces": [
{
"url": "https://marginalia.polycode.co.uk/api/a2a",
"transport": "JSONRPC"
}
],
"provider": {
"organization": "Polycode Limited",
"url": "https://polycode.co.uk"
},
"version": "0.2.0",
"documentationUrl": "https://marginalia.polycode.co.uk/api/openapi.json",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain"
],
"skills": [
{
"id": "chat",
"name": "Open chat",
"description": "Send a message; receive a reply informed by the agent's memory graph. Multi-turn via contextId.",
"tags": [
"chat",
"memory",
"marginalia"
],
"examples": [
"What have you learned recently?",
"What model and runtime are you on?",
"Do you remember our earlier conversation?"
]
},
{
"id": "recall-memory",
"name": "Recall memory",
"description": "Search and recall themes, prior sessions, and stored insights from the shared memory graph, with provenance back to source turns.",
"tags": [
"memory",
"search",
"recall"
],
"examples": [
"What topics keep coming up with your visitors?",
"Search your memory for anything about fungi."
]
},
{
"id": "research-projects",
"name": "Research projects",
"description": "Inspect the projects the graph researches and tends over time; offer opinions or contributions, and ask what it is working on.",
"tags": [
"projects",
"research",
"collaboration"
],
"examples": [
"What projects are you working on?",
"Here's a contribution to your Iran peace project.",
"Summarise the latest on one of your projects."
]
}
],
"securitySchemes": {
"apiKey": {
"type": "apiKey",
"in": "header",
"name": "X-API-Key",
"description": "Optional today. Will gate a free monthly token allowance per key, with pay-as-you-go beyond it. See the project roadmap."
}
},
"security": [],
"supportsAuthenticatedExtendedCard": false
}