ruvnet / ruvnet/agentic-flow

πŸ“¦ Agent Booster v0.1.1 Released - 152x Faster Code Edits

Open
#12 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
812
Forks
175
Avg merge
2m
Merged PRs (30d)
3

Description

πŸŽ‰ Agent Booster Integration Complete

We've successfully integrated Agent Booster, a Rust/WASM code editing engine that delivers 152x faster performance and 100% cost savings compared to traditional cloud LLM APIs.


πŸ“Š Performance Metrics

Metric OpenRouter LLM Agent Booster Improvement
Latency 13,000ms (13s) 85ms 152x faster
Cost $0.001/edit $0.000 100% savings
Token Usage ~1,200 tokens 0 tokens 100% savings

πŸ“¦ What's New

NPM Packages Published
New MCP Tools (216 total)
  • agent_booster_edit_file - Ultra-fast single file edits
  • agent_booster_batch_edit - Batch multiple edits
  • agent_booster_parse_markdown - Parse AI markdown responses
Key Features
  • βœ… 152x faster code edits for mechanical changes
  • βœ… $0 cost - runs locally with WASM, no API calls
  • βœ… Intelligent LLM fallback for complex edits
  • βœ… Vague instruction detection prevents errors
  • βœ… 100% privacy - code never leaves your machine

πŸš€ Installation

Install Agent Booster

```bash
npm install agent-booster
```

Install agentic-flow

```bash
npm install agentic-flow
```

Use with Claude Code

```bash
npx agentic-flow claude-code --agent-booster
```


πŸ“– Documentation


🎯 Use Cases

Perfect For (High Confidence β‰₯70%)
  • βœ… Adding error handling
  • βœ… Type annotations (TypeScript)
  • βœ… var β†’ const conversions
  • βœ… Async/await conversions
  • βœ… Simple pattern replacements
Auto-Fallback to LLM (<70% confidence)
  • Complex reasoning tasks
  • Vague natural language instructions
  • Large structural refactors
  • Business logic changes

πŸ”— Links


πŸ™ Credits

Built by @ruvnet with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up β€” it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source file or test is identified, and the body says the integration is complete and released. Start by reading the Agent Booster README and integration PR #11; the issue provides no remaining change or completion criteria to verify.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust, typescript, wasm
Domain
devtools, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
10/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.