Skip to content

runablehq/take-home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Context-Compacting Coding Agent

A coding agent that automatically compacts conversation history when approaching context limits.

Setup

bun install
bun run index.ts

Requires Docker to be running.

Environment Variables

  • ANTHROPIC_API_KEY - Required for the LLM

Notes

  • Sessions persist to SQLite, so you can resume after restart
  • If Docker container crashes, the agent will attempt to recreate it
  • Long-running tasks may trigger multiple compaction cycles - this is expected
  • First run creates the database automatically

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published