Skip to content

A local-first take on "Claude Code" wired using Google’s Gemini API for code-aware prompts and quick experiments.

Notifications You must be signed in to change notification settings

iamserda/agent-one

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project: agent-one by @iamserda

A crude, local-first take on Claude Code, wired into Google’s Gemini API for code-aware prompts and quick experiments.

What it does

  • Routes your prompts to Gemini for code-focused replies.
  • Leaves room to grow into an editor/agent loop (file edits, refactors, notes).
  • Stays small and hackable for rapid prototyping.

Getting started

  1. Install Python 3.12+ and create a virtualenv.

  2. Add your Gemini key to .env:

    • GOOGLE_API_KEY=your-key-here
  3. Install deps (uses uv; swap for pip if you prefer):

    • uv sync
    • uv run python main.py

Next steps

  • Teach the agent to read/write files and summarize diffs.
  • Add prompt presets for “explain”, “review”, “refactor”.
  • Wire in tests around the Gemini client and prompt formatting.

About

A local-first take on "Claude Code" wired using Google’s Gemini API for code-aware prompts and quick experiments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages