docs: complete #579 B.1 friendly imports (remaining 7 files)#800
Conversation
Switch deep praisonaiagents.* submodule imports to top-level exports now available in the SDK. Co-authored-by: Cursor <cursoragent@cursor.com>
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
Warning Review limit reached
More reviews will be available in 55 minutes and 52 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses rolling per-developer review limits. Reviews become available again as older review attempts age out of the rolling limit window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Code Review
This pull request simplifies import statements across several documentation files by importing components directly from the root praisonaiagents package instead of nested submodules. The reviewer suggested further combining multiple import statements from praisonaiagents into single-line imports to improve code readability and conciseness.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| from praisonaiagents import Agent, Task, PraisonAIAgents | ||
| from praisonaiagents.memory import ChromaMemory | ||
| from praisonaiagents import ChromaMemory |
| from praisonaiagents import Agent | ||
| from praisonaiagents.skills import discover_skills | ||
| from praisonaiagents import discover_skills |
| from praisonaiagents import Agent | ||
| from praisonaiagents.skills import validate, load_skill | ||
| from praisonaiagents import validate, load_skill |
| from praisonaiagents import Agent | ||
| from praisonaiagents.tools import tool | ||
| from praisonaiagents.skills import load_skill | ||
| from praisonaiagents import load_skill |
Summary
Completes #579 B.1 friendly top-level imports for the 7 files blocked on SDK re-exports (PR #799 partial). Depends on SDK lazy exports in
praisonaiagents/__init__.py(branchfix/sdk-lazy-exports-579-b1in praisonai-package).Files fixed:
advanced-memory.mdx—AutoMemoryresource-lifecycle.mdx—ChromaMemoryskills.mdx—validate,validate_metadatahermes-openclaw-skills-import.mdx—discover_skills,validate,load_skillskill-capability-gates.mdx—EnforcementLevel,SkillStateknowledge-backends.mdx—KnowledgeStoreProtocol,ScopeRequiredError,BackendNotAvailableErrorincremental-indexing.mdx—FileTracker,IndexResult,CorpusStatsFollows PR #798 (workflow files) and PR #799 (partial B.1). Does not touch
docs/concepts/.Test plan
praisonaiagents.memory|skills|knowledgedeep imports remainpraisonaiagents/__init__.py_LAZY_IMPORTSRefs #579
Made with Cursor