Uh oh!
There was an error while loading. Please reload this page.
feat: add Neocortex Keywords AI memory tools - #19
Merged
senamakel merged 1 commit intoMar 19, 2026
Conversation
- Introduced the NeocortexMemoryTools class, providing OpenAI-compatible JSON schemas for memory operations such as saving, recalling, and deleting memories. - Added a README.md file with usage instructions and examples for integrating with the Keywords AI platform. - Created a pyproject.toml file for package configuration and dependencies. - Included a .gitignore file to exclude unnecessary files from version control. - Added example usage in keywordsai_agent.py and implemented unit tests for memory tools functionality.
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 freeto 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.
Overview
Add a Keywords AI plugin that exposes Neocortex-backed memory tools with OpenAI-compatible JSON schemas, examples, and tests.
Changes
plugin-keywords-aipackage withpyproject.tomland.gitignorefor packaging and project hygiene.NeocortexMemoryToolsinneocortex_keywordsai/tools.pywith JSON schemas and logic for save / recall / delete memory operations.examples/keywordsai_agent.pydemonstrating integration with the Keywords AI platform.README.mddocumenting installation, configuration, and usage examples.tests/test_tools.pyand test scaffold to validate memory tools behavior.Testing
Install development dependencies inside the
plugin-keywords-aidirectory:pip install -e ".[dev]"Run unit tests:
Run the example:
Use valid Neocortex / TinyHumans and Keywords AI dependencies to verify end-to-end flows.