docs(learning): add Learnings API page for AgentOS /learnings endpoints#683
Merged
Conversation
Document the /learnings REST CRUD endpoints added in agno-agi/agno#7826: endpoints table, list/filter params, deterministic id derivation on create, update/delete, user isolation + RBAC, and db/table targeting. Co-Authored-By: Claude Opus 4.8 <[email protected]>
Add the seven /learnings operations and their schemas (LearningResponse, LearningCreate, LearningUpdate, LearningUserStats, paginated wrappers, Forbidden/Conflict) to reference-api/openapi.yaml, stub MDX pages, and a "Learnings" group in the API reference nav. Link the prose page to the reference. Co-Authored-By: Claude Opus 4.8 <[email protected]>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
These are AgentOS REST endpoints, so the page belongs under AgentOS (alongside Knowledge management), not the SDK Learning concepts group. Co-Authored-By: Claude Opus 4.8 <[email protected]>
…tyle Restructure to match agent-os/knowledge/manage-knowledge: lead with intro and use cases, add Prerequisites, a framed Example, Best Practices, and a Troubleshooting accordion group. Retitle to "Manage Learnings". Co-Authored-By: Claude Opus 4.8 <[email protected]>
Cut Best Practices and Troubleshooting, which restated the status-code and identity-field rules already covered in the create/auth sections. Fold the db_id/table note into Endpoints and tighten the prose. Co-Authored-By: Claude Opus 4.8 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the
/learningsREST CRUD endpoints added to AgentOS in agno-agi/agno#7826.New page
learning/managing-learnings.mdx("Learnings API"), added to the Learning nav group indocs.json. Code-first, tables for decisions, per the docs style guide.Covers:
422/409)user_isolation,403/404behavior, shared null-owner records admin-only to mutate) and RBAC scopesdb_id/tabletargetingValidation
docs.jsonis valid JSONmint broken-links: no new broken links (only pre-existing ones inTBD/); all four internal links on the new page resolve🤖 Generated with Claude Code