bearlike/Assistant

🌼 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.

41Stars on the repository
46Mods indexed here, across every type
7d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

app-builder

01

bearlike/Assistant

Agent

Builds a durable Mewbo App — a stlite frontend, agent-authored data collections, and the pipelines that keep it fresh.

41 7d ago A 31 tokens original MIT

app-repair

02

bearlike/Assistant

Agent

Repairs a live Mewbo App after a pipeline failure or user feedback — fixes data, frontend, or schedule and ships a new version.

41 7d ago A 33 tokens original MIT

code-simplifier

03

bearlike/Assistant

Agent

Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.

41 7d ago A 34 tokens original MIT

code-architect

04

bearlike/Assistant

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.

41 7d ago A 40 tokens original MIT

code-explorer

05

bearlike/Assistant

Agent

Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, understanding patterns and abstractions, and documenting dependencies to inform new development.

41 7d ago A 33 tokens original MIT

code-reviewer

06

bearlike/Assistant

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.

41 7d ago A 36 tokens original MIT

AGENTS

07

bearlike/Assistant

Agent

This is a shim file for external agents.

41 7d ago A 0 tokens original MIT

CLAUDE

08

bearlike/Assistant

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.

41 7d ago A 0 tokens original MIT

scg-mapper

10

bearlike/Assistant

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.

41 7d ago A 48 tokens original MIT

scg-path-probe

11

bearlike/Assistant

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.

41 7d ago A 51 tokens original MIT

bearlike/Assistant

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.

41 7d ago A 60 tokens original MIT

scg-search

13

bearlike/Assistant

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.

41 7d ago A 59 tokens original MIT

wiki-enricher

14

bearlike/Assistant

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.

41 7d ago A 53 tokens original MIT

wiki-indexer

15

bearlike/Assistant

Agent

Generates an auto-generated documentation site for a code repository via a deterministic state machine of tool calls.

41 7d ago A 24 tokens original MIT

wiki-maintainer

16

bearlike/Assistant

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.

41 7d ago A 50 tokens original MIT

wiki-page-writer

17

bearlike/Assistant

Agent

Generates a single wiki page from a focused task. Reads source files, synthesizes markdown + Mermaid + tables, submits via wikisubmitpage.

41 7d ago A 34 tokens original MIT

wiki-qa-fast

18

bearlike/Assistant

Agent

Answers a question about an indexed repository directly, holding the retrieval surface itself, converging quickly without a probe fan-out.

41 7d ago A 29 tokens original MIT

wiki-qa-probe

19

bearlike/Assistant

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.

41 7d ago A 43 tokens original MIT

wiki-qa

20

bearlike/Assistant

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.

41 7d ago A 37 tokens original MIT

wiki-refresh-act

21

bearlike/Assistant

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.

41 7d ago A 39 tokens original MIT