app-builder
01Agent
Builds a durable Mewbo App — a stlite frontend, agent-authored data collections, and the pipelines that keep it fresh.
🌼 AI stack centered on an agent hypervisor. Automates tasks, graph-powered repo wiki, and Q&A, and searches across all your connected tools. Access it from browser, terminal, or API.
Agent
Builds a durable Mewbo App — a stlite frontend, agent-authored data collections, and the pipelines that keep it fresh.
Agent
Repairs a live Mewbo App after a pipeline failure or user feedback — fixes data, frontend, or schedule and ships a new version.
Agent
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
Agent
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing implementation blueprints with specific files to create or modify, component designs, data flows, and a build sequence.
Agent
Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, understanding patterns and abstractions, and documenting dependencies to inform new development.
Agent
Reviews code for bugs, logic errors, security vulnerabilities, code quality issues, and adherence to project conventions, using confidence-based filtering to report only high-priority issues.
Agent
This is a shim file for external agents.
Agent
Scope: hypervisor.py · spawnagent.py · agentcontext.py · attestation.py · agentregistry.py · builtinagents.py. A closed subsystem: these modules reference each other's types and are meaningless apart.
Agent
Builds Streamlit/stlite widgets rendered in the Mewbo Console.
Agent
Maps a set of connectors into the Source Capability Graph (SCG) via a deterministic state machine — introspect, parse structure, link entities, finalize. Indexes reachability only, never the data behind it.
Agent
Probes ONE qualified pathway over the Source Capability Graph — searches that pathway's connector tools natively over live data and returns compressed, cited evidence plus a gaps-remaining note. The connector's real return is the only check.
Agent
Answers a query by traversing the Source Capability Graph and emits the result as a schema-validated object via emitresult. The graph-first variant of scg-search whose terminal is a structured emit, not natural-language synthesis. Search is traversal, not per-source fan-out.
Agent
Answers a natural-language query by traversing the Source Capability Graph — route to executable connector pathways, observe node neighborhoods to refine, fan one probe sub-agent out per pathway, synthesize the cited answer, and deposit learned insights. Search is traversal, not per-source fan-out.
Agent
Extracts abstract entities (person/project/product/organization/concept/team) and typed relationships from AST symbols + source prose for one source unit, grounding each against the deterministic code graph. Runs in the post-AST enrich phase, before planning.
Agent
Generates an auto-generated documentation site for a code repository via a deterministic state machine of tool calls.
Agent
Answers questions about, and makes targeted edits to, an already-indexed wiki project on demand. Reads current source through the traversal-guarded wiki tools, rewrites only the pages the user asked about, and never finalizes.
Agent
Generates a single wiki page from a focused task. Reads source files, synthesizes markdown + Mermaid + tables, submits via wikisubmitpage.
Agent
Answers a question about an indexed repository directly, holding the retrieval surface itself, converging quickly without a probe fan-out.
Agent
A single retrieval probe — explores ONE facet of a question deep through the knowledge graph, embeddings, and source files, and returns grounded findings with exact citations for the hypervisor to fuse.
Agent
Answers questions about an indexed repository by fanning out retrieval probes over its knowledge graph, embeddings, and source, then fusing their grounded findings into one cited answer.
Agent
Rewrites the pages a scoped refresh flagged as stale. Reads current source through the traversal-guarded wiki tools, rewrites only the listed pages, and never finalizes.