Skip to content

Conversation

@wind-wing234
Copy link
Contributor

This PR updates outdated references to the deprecated skill_manager.curate() API across the documentation and examples.

Updated files

  • docs/API_REFERENCE.md
  • docs/INTEGRATION_GUIDE.md
  • docs/TESTING_GUIDE.md
  • examples/custom_integration_example.py

What changed

All occurrences of:

  skill_manager.curate(...)

were replaced with the updated API:

  skill_manager.update_skills(...)

Why

The library API transitioned from curate() to update_skills(), but several docs and example scripts still referenced the old function. This could confuse users and lead to errors when following the examples.

This PR updates all relevant documentation and examples to reflect the current API.

Notes

  • No production code changes.
  • Only documentation and example updates.

@Lanzelot1 Lanzelot1 merged commit 8249faa into kayba-ai:main Dec 12, 2025
6 checks passed
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.

2 participants