-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathrunagent.config.json
More file actions
43 lines (43 loc) · 1.02 KB
/
runagent.config.json
File metadata and controls
43 lines (43 loc) · 1.02 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
{
"agent_name": "langgraph chatbot",
"description": "My AI agent",
"framework": "default",
"template": "",
"version": "1.0.0",
"created_at": "2025-12-06T19:47:47.065909",
"template_source": {
"repo_url": "https://github.com/runagent-dev/runagent.git",
"author": "runagent-cli",
"path": "/home/azureuser/runagent/chatbot_example/langgraph_sqlite"
},
"agent_architecture": {
"entrypoints": [
{
"file": "agent.py",
"module": "chat_response",
"tag": "chat"
},
{
"file": "agent.py",
"module": "chat_response_stream",
"tag": "chat_stream"
},
{
"file": "agent.py",
"module": "get_conversation_history",
"tag": "get_history"
},
{
"file": "agent.py",
"module": "list_user_threads",
"tag": "list_threads"
}
]
},
"env_vars": {},
"agent_id": "f5dd61ef-578c-4a92-abe0-f967b7602738",
"auth_settings": {
"type": "api_key"
},
"persistent_folders": ["chat_storage"]
}