Skip to content

A pattern for an always on AI Assistant powered by Deepseek-V3, RealtimeSTT, and Typer for engineering

Notifications You must be signed in to change notification settings

dmitriz/always-on-ai-assistant

Repository files navigation

PAIC Python Starter

Setup

  • git remote remove origin
  • git remote add origin <your-repo-url>
  • cp .env.sample .env
    • Update with your keys
  • uv sync
  • uv run python main.py
  • Start AI Coding!

Aider

  • cp .template.aider.conf.yml .aider.conf.yml
    • Update to fit your needs

PAIC tooling

Specs

  • aider
  • /editor
  • paste in your spec from specs/

ADWs

  • uv run python adw/adw_bump_version.template.py
    • use this as a template for your own ADWs
    • review this before you use it

Director

  • uv run python director.py --config spec/*.yaml
    • use the director_template.example.yaml as a template for director configs

About

A pattern for an always on AI Assistant powered by Deepseek-V3, RealtimeSTT, and Typer for engineering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Shell 0.7%