Skip to content

hgraca/telamon

Repository files navigation

Telamon

A harness for agentic software development.

Everything a developer needs to get the best out of LLMs and coding agents — installed once, shared across every project and tailored for every project.

All tools run locally. No data leaves your machine.


Quick Start

Requirement Notes
Linux (Ubuntu/Debian/Mint) or macOS Apple Silicon and Intel both supported
# 1. Install (one-time)
curl -fsSL https://raw.githubusercontent.com/hgraca/telamon/main/install.sh | bash

# 2. Initialise a project (one-time per project)
telamon init path/to/your-project

# 3. Start working
cd path/to/your-project && opencode

The installer sets up everything — Docker, Node.js, Python, opencode, Graphify, RTK, QMD, Codebase Index, Caveman, and the global telamon CLI.


What it does

Capability How
Multi-agent system 2 agents: Telamon (autonomous orchestrator + 10 sub-agents) and Companion (pair programmer)
Persistent agent memory Ollama + markdown vault
Curated knowledge vault QMD (semantic vault search) + direct file read/write
Automatic session capture OpenCode plugin — promotes learnings before compaction
Codebase understanding Graphify (knowledge graph) + Codebase Index (semantic search)
Token efficiency RTK (output compression) + Caveman (terse communication mode)
MCP integrations Chrome DevTools, Playwright, ast-grep, Context7, Exa, grep.app (GitHub via gh CLI)

Documentation


Contributors


Acknowledgements

About

Agentic Development Kit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors