Skip to content

Ichigo-Labs/ave

 
 

Repository files navigation

ave

ave

Fork of pi with dirac optimization's:

  • Hash-Anchored Edits.
  • Multi-File Batching.

These reduce token costs and improve speed while maintaining quality.

In addition, we use an adapted system prompt from ForgeCode, which scores high on the Terminal-Bench leaderboard.

Installation

npm install -g @ichigo.moe/ave

Development

npm install          # Install all dependencies
npm run build        # Build all packages
npm run check        # Lint, format, and type check
./test.sh            # Run tests (skips LLM-dependent tests without API keys)
./pi-test.sh         # Run pi from sources (can be run from any directory)

Note: npm run check requires npm run build to be run first. The web-ui package uses tsc which needs compiled .d.ts files from dependencies.

License

MIT

About

Modded pi fork aimed at reducing costs

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 97.6%
  • JavaScript 1.8%
  • Other 0.6%