Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ git push

1. In your local `agno` repo, run the `AgentOS` cookbook containing all supported interfaces, using the latest version of Agno.
```bash
python cookbook/06_agent_os/all_interfaces.py
python cookbook/05_agent_os/all_interfaces.py
```

2. Download the latest API reference files:
Expand Down
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3552,6 +3552,7 @@
"reference-api/schema/knowledge/get-content-status",
"reference-api/schema/knowledge/search-knowledge",
"reference-api/schema/knowledge/upload-content",
"reference-api/schema/knowledge/upload-remote-content",
"reference-api/schema/knowledge/update-content",
"reference-api/schema/knowledge/delete-all-content",
"reference-api/schema/knowledge/delete-content-by-id"
Expand Down
2 changes: 1 addition & 1 deletion reference-api/openapi.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions reference-api/schema/core/get-available-models.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /models
---
3 changes: 3 additions & 0 deletions reference-api/schema/health/health-check.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /health
---
3 changes: 3 additions & 0 deletions reference-api/schema/home/api-information.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /
---
3 changes: 3 additions & 0 deletions reference-api/schema/knowledge/upload-remote-content.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /knowledge/remote-content
---
3 changes: 3 additions & 0 deletions reference-api/schema/memory/optimize-user-memories.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /optimize-memories
---