45 packages matching “matbot”
@matatbread/matbot-cli
v0.3.7 · 4 days ago
matbot CLI: interactive REPL and single-turn runner for the matbot AI harness, with hot-loadable plugins.
No known vulnerabilities
@matatbread/matbot-plugin-api
v0.3.7 · 4 days ago
matbot plugin API: the singleton contract every matbot plugin builds against — MatbotPlugin, the service registry, hooks, principal carrier, and shared types.
No known vulnerabilities
@matatbread/matbot-core
v0.3.7 · 4 days ago
matbot core runtime: agentic loop, hook dispatch, plugin loader, config, security, and knowledge. Exposes ./providers-base and ./storage-base for plugin authors.
No known vulnerabilities
@matatbread/matbot-skills-node
v0.3.7 · 4 days ago
Node skills plugin: embeds @matatbread/matbot-skills CRUD and adds a local filesystem (.md) import + watch.
No known vulnerabilities
@matatbread/matbot-web-bundle
v0.3.7 · 4 days ago
Self-contained, browser-only matbot: assembles the platform-neutral core and browser plugins into a single matbot.html that runs entirely client-side (file:// or any static host).
No known vulnerabilities
@matatbread/matbot-sessions
v0.3.7 · 4 days ago
Session-management tools: list, get, rename, and hide conversation sessions.
No known vulnerabilities
@matatbread/matbot-triggers
v0.3.7 · 4 days ago
Data-driven hooks: stored conditions that, when an LLM classifier judges them matched, invoke a tool. Cross-runtime (node + browser).
No known vulnerabilities
@matatbread/matbot-tool-store
v0.3.7 · 4 days ago
Define named stores and expose generated CRUD tools over them via store_action. Cross-runtime (node + browser).
No known vulnerabilities
@matatbread/matbot-skills
v0.3.7 · 4 days ago
Cross-runtime skill documents: CRUD over named markdown playbooks via skill_action, persisted and knowledge-indexed. Runs in Node and the browser.
No known vulnerabilities
@matatbread/matbot-tool-http
v0.3.7 · 4 days ago
Make HTTP requests (method, headers, body) to web APIs and remote resources; requires the network capability.
No known vulnerabilities
@matatbread/matbot-rumsfeld
v0.3.7 · 4 days ago
Contextual knowledge fault handler — looks up the knowledge index when the model encounters an unknown term.
No known vulnerabilities
@matatbread/matbot-browser
v0.3.7 · 4 days ago
Browser-native backends for the web frontend: an IndexedDB Store, an OPFS file store, and a WebCrypto-backed vault.
No known vulnerabilities
@matatbread/matbot-cognition
v0.3.7 · 4 days ago
Cognitive services: seeds built-in cognition skills (Inner voice, Remember this, Dream time) into the active skills service. A home for further cognitive skills and tools.
No known vulnerabilities
@matatbread/matbot-web-principal-user
v0.3.7 · 4 days ago
Override the web frontend's request principal with the host OS user ($USER).
No known vulnerabilities
@matatbread/matbot-storage-filesystem
v0.3.7 · 4 days ago
Filesystem-backed StorageBackend for Node — content-addressed and CAS-safe; the CLI's default store.
No known vulnerabilities
@matatbread/matbot-files-node
v0.3.7 · 4 days ago
Node filesystem-backed FileStore for MIME-typed blobs, served by the frontend.
No known vulnerabilities
@matatbread/matbot-provider-anthropic
v0.3.7 · 4 days ago
Anthropic Messages API provider adapter with streaming, tool use, and extended thinking; also handles DeepSeek's Anthropic-compatible API.
No known vulnerabilities
@matatbread/matbot-tool-background
v0.3.7 · 4 days ago
Run prompts in detached background processes. Schedule recurring prompts with every/every_list/every_cancel/every_suspend/every_resume/everything_suspend/everything_resume.
No known vulnerabilities
@matatbread/matbot-mcp-http
v0.3.7 · 4 days ago
Cross-platform MCP client: connect to remote MCP servers over HTTP/SSE and register their tools. Runs in the browser and Node (fetch only, no child processes).
No known vulnerabilities
@matatbread/matbot-frontend-dom
v0.3.7 · 4 days ago
In-process browser chat frontend: renders to the DOM and drives the session runner directly (no HTTP/SSE server).
No known vulnerabilities