docs: Add STAN extension to Community Plugins#319
Closed
web3guru888 wants to merge 1 commit intoMemPalace:developfrom
Closed
docs: Add STAN extension to Community Plugins#319web3guru888 wants to merge 1 commit intoMemPalace:developfrom
web3guru888 wants to merge 1 commit intoMemPalace:developfrom
Conversation
85ee5ff to
c42fe03
Compare
Collaborator
|
Hey — noticed pyproject.toml changes in this PR that widen the chromadb dependency from |
Author
|
@bensig Thanks for the review! This PR only touches The branch is based on the current |
Add a link to the standalone STAN (Stigmergic A* Navigation) extension in a new Community Extensions section of the README, per maintainer feedback on PR MemPalace#272 to keep the core lean and publish STAN as an opt-in plugin.
c42fe03 to
e5a5b31
Compare
Member
|
Closing for now since extensions will not be on the readme. |
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 free
to 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.
Description
Following up on feedback in PR #272, this PR adds a link to the standalone STAN (Stigmergic A* Navigation) extension in a new Community Extensions section of the README.
The STAN algorithm (A* search with pheromone decay over the MemPalace knowledge graph) has been extracted into an opt-in plugin as suggested, keeping the core lean:
pip install -e .(works alongside existing MemPalace installation)This PR only touches
README.md— adds 4 lines for the Community Extensions section. No code changes, no dependency changes.Thanks for the guidance on #272!