Skip to content

thejdubs/agent

Repository files navigation

Agentic Starter

A simple Python-based AI assistant with explicit coordination, optional specialized workflows, and persistent memory.

The system separates control logic from language generation to keep behavior predictable and testable.

Quick Start

make setup
# add your GROQ_API_KEY to .env
make run


```win
python -m venv venv
.\venv\Scripts\activate
pip install -r .\requirements.txt
cp .env.example .env
# add your GROQ_API_KEY to .env
python .\main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published