This website requires JavaScript.
Explore
Help
Sign In
Experimental
/
brain-of-reese
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6bf7f456d4eda3f0243c076a5f7ac0e4b8acf309
brain-of-reese
/
tests
/
unit
T
History
ducoterra
6bf7f456d4
Build and Push Containers / build-and-push-app (push)
Successful in 1m38s
Details
Build and Push Containers / build-and-push-db (push)
Successful in 11s
Details
show sync button for admin
2026-08-28 23:24:23 -04:00
..
test_agent.py
feat(rag): unbounded agent tool calls behind a round cap (owner revision)
2026-08-28 04:50:56 -04:00
test_archive_upload.py
feat(sources): upload tarball/zipfile archives as sources — unpack, scan, and replace in place
2026-08-28 15:57:59 -04:00
test_auth.py
feat(auth): single-admin password login (signed cookie) — gate tuning + Sources catalog, keep chat and document viewer public
2026-08-23 19:58:39 -04:00
test_background_animation.py
show sync button for admin
2026-08-28 23:24:23 -04:00
test_background_no_motion.py
show sync button for admin
2026-08-28 23:24:23 -04:00
test_caching.py
feat(ui): one consistent navbar on every page (TODO.md L3)
2026-08-26 15:39:42 -04:00
test_chat_gate.py
feat(rag): unbounded agent tool calls behind a round cap (owner revision)
2026-08-28 04:50:56 -04:00
test_chat_persistence.py
show sync button for admin
2026-08-28 23:24:23 -04:00
test_chunker.py
feat(import): index quadlet unit files and jinja templates (A9 revision)
2026-08-28 07:02:24 -04:00
test_config.py
feat(import): index quadlet unit files and jinja templates (A9 revision)
2026-08-28 07:02:24 -04:00
test_db.py
feat: scaffold Brain of Reese — FastAPI RAG chat over Postgres 17 + pgvector
2026-08-21 13:42:21 -04:00
test_debugging.py
feat: scaffold Brain of Reese — FastAPI RAG chat over Postgres 17 + pgvector
2026-08-21 13:42:21 -04:00
test_document_viewer.py
feat(viewer): show document summary together with the original (TODO.md L5)
2026-08-26 19:11:15 -04:00
test_frontend_brand.py
feat(brand): configurable app name — BOR_APP_NAME drives /api/config + the frontend brand layer
2026-08-27 02:24:16 -04:00
test_frontend_feedback.py
feat(brand): configurable app name — BOR_APP_NAME drives /api/config + the frontend brand layer
2026-08-27 02:24:16 -04:00
test_frontend_scroll.py
fix(chat): stop the submit up-hop and keep the thinking pin alive across paragraph breaks
2026-08-28 17:10:02 -04:00
test_frontend_tool_states.py
feat(brand): configurable app name — BOR_APP_NAME drives /api/config + the frontend brand layer
2026-08-27 02:24:16 -04:00
test_git_sources.py
feat(admin): local directory sources — kind/path on git_sources, combined sync + import, page form + badges
2026-08-27 01:04:16 -04:00
test_git_sync.py
feat(rag): git-based import sources — BOR_GIT_SOURCES repos cloned (first run, --depth 1) or pulled (--ff-only) into BOR_SOURCES_DIR/<repo>/ then indexed; --source still wins; a failed sync aborts before importing anything
2026-08-25 14:23:02 -04:00
test_hamburger_nav.py
various fixes
2026-08-28 09:42:19 -04:00
test_importer.py
feat(import): index quadlet unit files and jinja templates (A9 revision)
2026-08-28 07:02:24 -04:00
test_llm_client.py
feat(rag): agent document tools — list/read tools with env-tuned budgets, SSE tool events + "calling tool" UI
2026-08-26 22:39:14 -04:00
test_llm_probe.py
feat(rag): agent document tools — list/read tools with env-tuned budgets, SSE tool events + "calling tool" UI
2026-08-26 22:39:14 -04:00
test_main.py
perf(ui): cache busting — HTML no-cache + versioned asset URLs (?v=) with immutable 1y asset caching
2026-08-25 22:42:10 -04:00
test_markdown_tables.py
feat(chat): render markdown tables in answers, viewer, and thinking
2026-08-28 03:35:50 -04:00
test_mock_tool_flow.py
feat(rag): unbounded agent tool calls behind a round cap (owner revision)
2026-08-28 04:50:56 -04:00
test_models.py
feat: scaffold Brain of Reese — FastAPI RAG chat over Postgres 17 + pgvector
2026-08-21 13:42:21 -04:00
test_overview.py
feat(rag): lite-generated KB overview in the system prompt — stored single row, regenerated on import, <knowledge_base> section in HIGH+LOW prompts
2026-08-25 20:22:51 -04:00
test_prompts.py
feat(rag): agent document tools — list/read tools with env-tuned budgets, SSE tool events + "calling tool" UI
2026-08-26 22:39:14 -04:00
test_retriever.py
feat(rag): lite-model document summaries — non-markdown docs summarized at import, summary chunk retrieves and resolves to the full source doc
2026-08-25 17:48:37 -04:00
test_shared_header.py
show sync button for admin
2026-08-28 23:24:23 -04:00
test_sources_midstream.py
fix(chat): keep the in-flight answer when navigating away mid-turn — partial answer restored on return
2026-08-24 15:53:07 -04:00
test_sse_events.py
feat(rag): agent document tools — list/read tools with env-tuned budgets, SSE tool events + "calling tool" UI
2026-08-26 22:39:14 -04:00
test_steering_prompts.py
feat(rag): steering notes — tune how Brain answers, stored in Postgres and injected into every system prompt
2026-08-22 16:44:42 -04:00
test_steering_toggle_removal.py
various fixes
2026-08-28 09:42:19 -04:00
test_steering.py
feat(rag): global tuning manager — /tuning.html + PUT /api/steering/{id}: create, edit, list, delete steering notes without a chat
2026-08-25 13:46:32 -04:00
test_summarizer.py
feat(rag): lite-model document summaries — non-markdown docs summarized at import, summary chunk retrieves and resolves to the full source doc
2026-08-25 17:48:37 -04:00
test_sync_button.py
show sync button for admin
2026-08-28 23:24:23 -04:00
test_sync_model_probe.py
feat(sync): fail fast with a modal when a model is unavailable
2026-08-27 23:44:35 -04:00
test_thinking_scroll.py
fix(chat): stop the submit up-hop and keep the thinking pin alive across paragraph breaks
2026-08-28 17:10:02 -04:00