Git history and session memory for AI coding agents working in the same repository.
# git-aware-coding-agent
**Git history for AI agents.**
<p align="center">
<img src="docs/assets/git-aware-coding-agent.gif" alt="git-aware-coding-agent demo" width="100%" />
</p>
**Demo:** [docs/assets/git-aware-coding-agent.gif](docs/assets/git-aware-coding-agent.gif)
Avos gives AI coding agents persistent, queryable memory so they can remember **why code exists**, **what decisions shaped it**, and **how it was built** — before they modify it.
```
┌─────────────────────────────────────────────────────────────────┐
│ Developer / AI Agent │
│ (Claude Code, Cursor, Terminal) │
└─────────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────────┐
│ Avos CLI │
│ connect · ingest · ask · history │
└─────────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────────┐
│ Avos Memory Layer │
│ Repository Memory │
│ ├── PRs & commits │
│ ├── issues & comments │
│ ├── documentation │
│ └── historical context │
└─────────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────────┐
│ Agents retrieve context before reasoning │
│ or modifying code │
└──────────────────────────────────────────────────────Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.