Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 9
Move the wire vocabulary into tinymemory-bus, beneath tinymemory-api#74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
9de5007ad5e3ec7cc9a5d9630cd3d3df87bf7685951a0794acf9ebed4d696f4c9dd9ca792aa622922ce53fbdec72c1ac19297209a4dc1816918686df5eea1d3abc985b3574ac0692e32da2629b0372ee7d490e0c16032382d864990913ca0da9560d1c6c7874b2d4169e92ae540f77090024ef7bf97eec8612196File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
Re-export
evidencethroughtinymemory_api.This list omits the public
tinymemory_bus::evidencemodule. Code that usestinymemory_api::evidence::*will fail after the module move. Addevidenceto this re-export list and add a compatibility test for the historical path.Proposed fix
pub use tinymemory_bus::{ - capabilities, chunks, error, goals, health, recall, tool_memory, tree, types, version, wire,+ capabilities, chunks, error, evidence, goals, health, recall, tool_memory, tree, types,+ version, wire, };🤖 Prompt for AI Agents