Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
f8012c8
dev branch initial commit
webcoderz Feb 18, 2026
a707f66
Update WORKBENCH.md
webcoderz Feb 18, 2026
9b421f4
fix params
webcoderz Feb 18, 2026
f65bc12
runtime fixes
webcoderz Feb 18, 2026
5d38e6d
getting everything rolling
webcoderz Feb 18, 2026
17605d9
bm 25 sub agent worktree
webcoderz Feb 18, 2026
47b9d8b
bug fixew
webcoderz Feb 18, 2026
96c6348
bug fix
webcoderz Feb 18, 2026
0737eb3
added pydantic
webcoderz Feb 18, 2026
e55d567
patching
webcoderz Feb 18, 2026
649e6f2
code adds
webcoderz Feb 18, 2026
7613f6a
updates
webcoderz Feb 18, 2026
4acac86
packaging
webcoderz Feb 19, 2026
5d4904d
tui
webcoderz Feb 19, 2026
f2e6180
streams
webcoderz Feb 19, 2026
46984d2
streaming and tui
webcoderz Feb 19, 2026
9d4c755
Update WORKBENCH.md
webcoderz Feb 19, 2026
a281137
trying to get git patch to work and better tui
webcoderz Feb 19, 2026
828c039
tui
webcoderz Feb 19, 2026
9c7c079
cancel
webcoderz Feb 19, 2026
6a20df4
Update module.py
webcoderz Feb 19, 2026
a0760b8
fix: critical git diff bugs - hunk header regex, worktree_diff, struc…
cursoragent Feb 27, 2026
b323e40
test: add comprehensive test suite for patching, scoring, and task queue
cursoragent Feb 27, 2026
2e57081
perf: lazy imports for pydantic-ai and heavy deps — 34% faster startup
cursoragent Feb 27, 2026
3b48b72
feat: TUI UX improvements — new commands, task timing, icons, better …
cursoragent Feb 27, 2026
17cd2ca
docs: create AGENTS.md — comprehensive developer and AI agent guide
cursoragent Feb 27, 2026
1ea020e
feat: BM25 index build notification + worktree integration tests
cursoragent Feb 27, 2026
222bfa5
feat: middleware system overhaul — async hooks, scoped context, cost …
cursoragent Feb 28, 2026
cdde2ff
feat: subagents overhaul — message bus, dynamic registry, task manage…
cursoragent Feb 28, 2026
8052692
feat: RLM overhaul — REPL environment, llm_query, grounded citations
cursoragent Feb 28, 2026
0d763a0
feat: backends overhaul — state backend, permissions system, hashline…
cursoragent Feb 28, 2026
286df53
feat: memory overhaul — token-aware window, safe cutoff, binary search
cursoragent Feb 28, 2026
a3cda1f
feat: skills overhaul — programmatic creation, registry composition, …
cursoragent Feb 28, 2026
7304055
feat: new database capability — SQLite backend with security controls
cursoragent Feb 28, 2026
4b4592a
test: comprehensive tests for all overhauled subsystems — 158 tests p…
cursoragent Feb 28, 2026
978be36
docs: update AGENTS.md with all overhauled subsystems and new capabil…
cursoragent Feb 28, 2026
90d32a8
fix: second-pass audit — fill gaps, wire everything, add missing modules
cursoragent Feb 28, 2026
9f0653b
feat: FunctionToolset factories for all subsystems — pluggable pydant…
cursoragent Feb 28, 2026
7945a54
feat: AgentPatterns — batteries-included pydantic-ai Agent with all s…
cursoragent Feb 28, 2026
8c93e7d
feat: CI workflow + ruff lint/format + README overhaul + pre-commit
cursoragent Feb 28, 2026
e87cb12
feat: final gaps filled — SummarizationProcessor, RLM prompts/logger,…
cursoragent Feb 28, 2026
8ee11c7
feat: GitSkillsRegistry + PostgresDatabase — load skills from git rep…
cursoragent Feb 28, 2026
907b0a9
style: auto-fix lint (ruff)
github-actions[bot] Feb 28, 2026
fb0c692
docs: complete README overhaul — all subsystems, workbench TUI, cog d…
cursoragent Feb 28, 2026
2f8d3d1
Merge pull request #1 from webcoderz/Cursor/agentic-system-core-exper…
webcoderz Feb 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .agent_state/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
This directory stores persisted runtime state for agent_patterns workbench.

Recommended to commit:
- registry.json
- budgets.json
- triggers.json
- failure_fingerprints.json
- repo_index.json (optional)

Recommended to NOT commit:
- runs/ (large logs/artifacts)
- workspaces/ (patch sandboxes)
Empty file added .agent_state/budgets.json
Empty file.
Empty file.
Empty file added .agent_state/registry.json
Empty file.
Loading