Replace chat streaming with Pi agent tools#92
Draft
remorses wants to merge 1 commit into
Draft
Conversation
Switch the Holocron assistant endpoint from the AI SDK streaming stack to Pi agent-core and Pi coding-agent tools so the assistant can use read, write, edit, ls, and bash against the in-memory docs workspace. The dependency update removes the AI SDK OpenAI-compatible client from the Vite package and records the Pi packages required by the new tool/runtime integration. Session: ses_226574f49ffeTQ3EweWeiX4qB7
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.
What changed
Swaps the Holocron chat endpoint from AI SDK streaming to
@mariozechner/pi-agent-core, with Pi coding-agent tools forread,write,edit,ls, andbashover the in-memory docs filesystem.Why
This gives the assistant a richer docs workspace toolset instead of a single bash-only interface, while keeping remote SKILL.md loading available in tool descriptions.
Validation
Not run in this session. This PR captures the current working diff exactly as requested.