Skip to content

Releases: divyanshu-iitian/Agentic

Agentic v0.1.0 — Local-first foundation

Choose a tag to compare

@divyanshu-iitian divyanshu-iitian released this 24 Jul 17:59

Agentic's first structured public release: a lightweight, local-first AI companion and bounded desktop agent for everyday laptops.

Highlights:

  • Clean agentic-app/ React + FastAPI application; inherited prototype naming removed
  • Ollama-first 3B profile, 4K context budget, connection reuse, and one-generation default for modest hardware
  • Research-backed observe/act/verify loop with task-local failure reflection and bounded explicit-feedback memory
  • Strict typed actions, argument limits, app/domain allowlists, unsafe URL rejection, repeat blocking, and emergency stop
  • Untrusted OCR, webpage, DOM, and tool content kept below user intent
  • Task-selected Markdown skills and a new verified desktop workflow skill
  • Static low-redraw desktop command bar plus responsive Privacy Mode web interface
  • 16 deterministic Python tests, frontend lint/build, clean CI, and 0 production npm vulnerabilities

Read docs/research-foundations.md for the paper-to-implementation mapping and known limitations. Agentic is pre-1.0 software; keep allowlists enabled and avoid high-impact automation.