-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAgentCard.json
More file actions
47 lines (47 loc) · 1.52 KB
/
AgentCard.json
File metadata and controls
47 lines (47 loc) · 1.52 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
{
"protocolVersion": "0.2.9",
"name": "Ghost Writer Agent",
"description": "An autonomous ghost writer that researches topics, writes articles, and publishes to Ghost or WordPress. Supports interactive brainstorming via chat and scheduled autonomous posting.",
"url": "http://localhost:5003/",
"preferredTransport": "JSONRPC",
"provider": {
"organization": "Nasiko AI Projects",
"url": "https://github.com/ashishsharma/nasiko"
},
"iconUrl": "http://localhost:5003/icon.png",
"version": "1.0.0",
"documentationUrl": "http://localhost:5003/docs",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": true,
"chat_agent": true
},
"securitySchemes": {},
"security": [],
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain"
],
"skills": [
{
"id": "ghost-writing",
"name": "Ghost Writing",
"description": "Research topics, write blog posts, and publish to Ghost or WordPress"
},
{
"id": "topic-brainstorming",
"name": "Topic Brainstorming",
"description": "Brainstorm and discuss blog post ideas interactively"
},
{
"id": "web-research",
"name": "Web Research",
"description": "Search the web for research material on any topic"
}
],
"supportsAuthenticatedExtendedCard": false,
"signatures": []
}