Skip to content

feat(api): cover namespace mutation operations - #11

Merged
senamakel merged 7 commits into
mainfrom
drop-tiny-crates
Aug 12, 2026
Merged

feat(api): cover namespace mutation operations#11
senamakel merged 7 commits into
mainfrom
drop-tiny-crates

Conversation

@senamakel

Copy link
Copy Markdown
Member

Summary

  • extend the shared Documents contract with list, namespace, delete, and clear operations
  • extend the Graph contract with KV deletion
  • expose the added methods through the compiled TinyBus module and manifest

Verification

  • cargo test --all-features
  • cargo test --manifest-path crates/tinymemory-module/Cargo.toml
  • native module round trip from OpenHuman for put/list/query/recall/delete

senamakel and others added 4 commits August 12, 2026 17:41
Co-authored-by: Medulla <medulla@tinyhumans.ai>
Co-authored-by: Medulla <medulla@tinyhumans.ai>
Co-authored-by: Medulla <medulla@tinyhumans.ai>
Co-authored-by: Medulla <medulla@tinyhumans.ai>
@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@senamakel, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 49 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 4108d385-8d20-4329-81ff-dd09a7aabbd9

📥 Commits

Reviewing files that changed from the base of the PR and between dfd1c6b and 6c0a97b.

📒 Files selected for processing (9)
  • api/src/null.rs
  • api/src/provider/content.rs
  • api/src/provider/knowledge.rs
  • api/src/version.rs
  • api/src/version_tests.rs
  • crates/tinymemory-module/src/lib.rs
  • crates/tinymemory-module/src/provider.rs
  • crates/tinymemory-module/src/service/mod.rs
  • crates/tinymemory-module/tests/module_e2e.rs
✨ Finishing Touches 💡 1
⚔️ Resolve merge conflicts 💡
  • Resolve merge conflict in branch drop-tiny-crates
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

senamakel and others added 3 commits August 12, 2026 22:24
# Conflicts:
#	crates/tinymemory-module/src/lib.rs
#	crates/tinymemory-module/src/provider.rs
#	crates/tinymemory-module/src/service/mod.rs
Co-authored-by: Medulla <medulla@tinyhumans.ai>
Co-authored-by: Medulla <medulla@tinyhumans.ai>
@senamakel
senamakel merged commit dd699ae into main Aug 12, 2026
11 checks passed
@senamakel
senamakel deleted the drop-tiny-crates branch August 12, 2026 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant