46 packages matching “matbot”
@matatbread/matbot-web-principal-user
v0.4.1 · 23 minutes ago
Override the web frontend's request principal with the host OS user ($USER).
No known vulnerabilities
@matatbread/matbot-frontend-web
v0.4.1 · 24 minutes ago
Web UI with session management. Node entry serves it over HTTP+SSE; browser entry mounts the same UI in-process. Both share index.html + app.js.
No known vulnerabilities
@matatbread/matbot-tool-bash
v0.4.1 · 25 minutes ago
Run bash scripts in the session workspace.
No known vulnerabilities
@matatbread/matbot-tool-docker-bash
v0.4.1 · 25 minutes ago
Replaces the bash tool with a persistent Docker container (exec-based). Project root is read-only at /app; .data is read-write.
No known vulnerabilities
@matatbread/matbot-files-node
v0.4.1 · 24 minutes ago
Node filesystem-backed FileStore for MIME-typed blobs, served by the frontend.
No known vulnerabilities
@matatbread/matbot-tool-background
v0.4.1 · 25 minutes 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-frontend-dom
v0.4.1 · 24 minutes ago
In-process browser chat frontend: renders to the DOM and drives the session runner directly (no HTTP/SSE server).
No known vulnerabilities
@matatbread/matbot-frontend-telegram
v0.4.1 · 24 minutes ago
Telegram bot frontend
No known vulnerabilities
@matatbread/matbot-tool-mcp
v0.4.1 · 23 minutes ago
Connect MCP (Model Context Protocol) servers and expose their tools. Adds local stdio transport on top of the cross-platform remote (HTTP) transport, which it hard-depends on and delegates to.
No known vulnerabilities
@matatbread/matbot-tool-workspace
v0.4.1 · 23 minutes ago
Read, write, and list files in the session workspace. When the web frontend is running, all workspace files are also served as static read-only downloads at /workspace/<path> on the HTTP server, so you can give the user a direct link to any file you write
No known vulnerabilities
@matatbread/matbot-persist-ki-bge
v0.4.1 · 24 minutes ago
Persistent KnowledgeIndex backed by a Store, with entity/heading search and optional BGE reranker.
No known vulnerabilities
@matatbread/matbot-tool-whoami
v0.4.1 · 23 minutes ago
Report the security principal (identity) that originated the current operation.
No known vulnerabilities
@matatbread/matbot-hook-logger
v0.4.1 · 24 minutes ago
Diagnostic plugin: registers a hook on every channel (screen/contribute/toolcall/toolresult/followup) and console.logs when each fires. For exercising and debugging the hook pipeline.
No known vulnerabilities
@matatbread/matbot-provider-customer-services
v0.4.1 · 24 minutes ago
Mock LLM provider for customer services scenarios. Always helpful, never useful.
No known vulnerabilities
@matatbread/matbot-tool-json-validation
v0.4.1 · 23 minutes ago
Validates tool-call inputs against each tool's JSON Schema, returning an error result on mismatch so the model can self-correct.
No known vulnerabilities
@matatbread/matbot-tool-ask-user
v0.4.1 · 25 minutes ago
Ask the user a question with interactive form controls — text, password, select, and confirm.
No known vulnerabilities
@matatbread/matbot-provider-google
v0.4.1 · 24 minutes ago
Google Gemini provider adapter. Native generateContent adapter by default; falls back to the OpenAI-compatible adapter when the endpoint path targets Gemini's OpenAI-compatible surface. Both round-trip Gemini 3 thought signatures and gracefully elide sign
No known vulnerabilities
@matatbread/matbot-storage-google-drive
v0.4.1 · 23 minutes ago
Google Drive storage backend: document stores and file blobs persisted to a folder in the user's Google Drive, authenticated in-browser via Google Identity Services.
No known vulnerabilities
@matatbread/matbot-provider-chatjimmy
v0.4.1 · 24 minutes ago
ChatJimmy provider adapter — a very fast hosted llama endpoint, handy for odd-ball / latency tests.
No known vulnerabilities
@matatbread/matbot-storage-profiles
v0.4.1 · 23 minutes ago
Profile-aware StorageBackend for Node — partitions selected namespaces (sessions by default) per web principal over the filesystem layout, with a `profile` CRUD tool. Default principal keeps the existing base layout.
No known vulnerabilities