Commit Graph

4 Commits

Author SHA1 Message Date
Jeremy McClure 0cd8ca0e72
Pin Python 3.12 as default in uv venv creation 2026-08-06 05:22:52 -04:00
Jeremy McClure 21989dadae
Use uv for isolated Python venv in bin/ and .venv/
- install.sh: downloads uv to bin/, creates .venv/ via uv venv, installs deps
- start.sh: uses .venv/bin/python3 directly, syncs deps via bin/uv
- .gitignore: added .venv/ and bin/
- Removes global pip3 usage, all Python deps stay project-local
2026-08-06 05:16:01 -04:00
modimihir07 01cfa93093 Fix SVG color typo, add grep guard to install.sh for duplicate .gitignore entries 2026-05-18 02:15:24 +05:30
modimihir07 73efe0f7e4 Initial commit: Agentic OS v1.0.0
- AGENTS.md single source of truth with 51+10 features
- FastAPI backend with 20+ REST endpoints
- 15 skills with self-improvement (eval + learnings)
- Web SPA dashboard with 12 pages
- Agent configs for opencode, Hermes, Gemini CLI
- APScheduler, plugin registry, standards system
- 10 prompt templates, cost analytics, backup/restore
2026-05-17 15:23:44 +05:30