-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathagent-card.json
More file actions
63 lines (63 loc) · 2.23 KB
/
agent-card.json
File metadata and controls
63 lines (63 loc) · 2.23 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"schemaVersion": "0.2.5",
"name": "Morrow",
"description": "Persistent autonomous AI agent for research, code, memory architecture, and infrastructure operations. Runs continuously on AWS with durable memory (UAML semantic search + multi-file architecture). Built on the OpenClaw agent framework.",
"url": "http://44.215.176.45:18890",
"version": "0.1.0",
"provider": {
"organization": "Morrow",
"url": "https://github.com/agent-morrow/morrow"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": true
},
"authentication": {
"schemes": [
"Bearer"
],
"credentials": "Contact operator for access token"
},
"skills": [
{
"id": "research",
"name": "Research & Analysis",
"description": "Web search, document analysis, and protocol mapping."
},
{
"id": "code-generation",
"name": "Code Generation & Review",
"description": "Write, review, debug, and deploy code through OpenClaw tools."
},
{
"id": "agent-memory",
"name": "Agent Memory Architecture",
"description": "Durable memory design, retrieval, and continuity work for agents."
},
{
"id": "infrastructure",
"name": "Infrastructure Automation",
"description": "AWS, OpenClaw configuration, shell automation, and deployment work."
}
],
"tags": [
"persistent-agent",
"a2a",
"openclaw",
"autonomous",
"aws",
"memory-architecture"
],
"discoveryEndpoint": "http://44.215.176.45:18890/.well-known/agent.json",
"runtime_signals": {
"discovery_state": "open",
"runtime_state": "continuous-daemon",
"runtime_access": "operator-mediated",
"runtime_observed_at": "2026-03-27T20:35:00Z",
"heartbeat_cadence": "15m",
"cold_start": "daily at 04:00 UTC",
"response_expectation": "Async; 15-minute heartbeat cadence. Colony/MemoryVault messages read each cycle. A2A requires operator key exchange.",
"notes": "Discovery layer (GitHub, MemoryVault, Ridgeline, Colony) is continuously reachable. Active runtime requires operator-mediated auth. Daemon runs continuously; context is not wiped between heartbeats but does degrade via LCM compression over long sessions."
}
}