-
-
Notifications
You must be signed in to change notification settings - Fork 685
Expand file tree
/
Copy pathannouncements.json
More file actions
22 lines (22 loc) · 753 Bytes
/
announcements.json
File metadata and controls
22 lines (22 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"announcements": [
{
"id": "2024-12-09-deployments",
"date": "2024-12-09",
"title": "Introducing VoltOps Deployments",
"description": "Deploy your AI agents to production with one click. Connect your GitHub repo and let VoltOps handle the rest.",
"url": "https://console.voltagent.dev/deployments",
"version": "1.0.0",
"enabled": true
},
{
"id": "2025-12-19-voltagent-rag",
"date": "2025-12-19",
"title": "VoltAgent RAG Is Live",
"description": "VoltAgent Knowledge Base is live. Upload documents, preview chunks, and use managed RAG in your agents.",
"url": "https://voltagent.dev/docs/rag/voltagent/",
"version": "1.2.20",
"enabled": true
}
]
}