Skip to content

fix: resolve #170 — docs(python): remove outdated API examples from README#212

Open
ed-thuando wants to merge 1 commit into
novitalabs:masterfrom
ed-thuando:contribai/docs/remove-outdated-api-examples-from-python
Open

fix: resolve #170 — docs(python): remove outdated API examples from README#212
ed-thuando wants to merge 1 commit into
novitalabs:masterfrom
ed-thuando:contribai/docs/remove-outdated-api-examples-from-python

Conversation

@ed-thuando

Copy link
Copy Markdown

Summary

fix: resolve #170 — docs(python): remove outdated API examples from README

Problem

Severity: Medium | File: python/README.md

The python/README.md file contains an outdated "Basic KV Storage" section (lines 37-52) that shows engine.put() / engine.get() / engine.remove() API examples which do not exist in the current codebase. The actual PegaEngine API is register_context_layer() / batch_load_kv_blocks(). Since users don't directly call the Python binding API (they use vLLM or SGLang), this section should be removed entirely.

Solution

Changes

  • python/README.md (modified)

Testing

  • Existing tests pass
  • Manual review completed
  • No new warnings/errors introduced

Generated by ContribAI v6.0.0

…les from README

Fixes novitalabs#170

Signed-off-by: ed-thuando <231172918+ed-thuando@users.noreply.github.com>
@xiaguan xiaguan self-assigned this Apr 21, 2026
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.

docs(python): remove outdated API examples from README

2 participants