bear

bear banner

bear is a highly experimental autonomous research assistant scaffold.

Everything in this repository is vibe-coded, risky, has not had a security review, and may break at any time.

What it is

The project is a local-first Python scaffold for a research loop that can track projects, ideas, hypotheses, experiment plans, executions, results, knowledge links, and lightweight agent sessions.

The current implementation includes:

Quick start

uv sync
uv run ruff check .
uv run pytest

Run the demo

uv run bear-demo

Run the web app

uv run bear-web

Then open http://127.0.0.1:8000.

API surface snapshot

The current FastAPI app exposes:

Where to look next

Status

This is not a stable or security-reviewed system. Treat it as an experimental scaffold, not production-ready software.