Skip to content
View Kame696's full-sized avatar

Block or report Kame696

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Kame696/README.md

🐒⚑ KAME

I build things that makes AI more powerful. Hope you like :)

Discord License: MIT Donate Bitcoin


πŸ”‘ API Rotation β€” the main line

Your agent owns fifteen API keys and uses one. That one hits a rate limit and the turn ends, while fourteen healthy keys sit there untouched. KAME picks a key per call, and a failed call moves to the next key instead of ending your turn.

One engine, one port per host, same version line on both.

Repository What it is
🏠 kame-api-rotation The front door β€” what it does, which port to install, how they stay in step
πŸ…°οΈ kame-api-rotation-for-agent-zero The Agent Zero plugin. Verified on seven A0 versions across both majors
πŸ…· kame-api-rotation-for-hermes The Hermes plugin. 1416 tests, zero third-party packages

No provider allowlist anywhere in it. Every decision is made on evidence in the response, never on who the provider is β€” so a provider that does not exist yet is already covered.


πŸ§ͺ What else is coming

I work on two things besides rotation, and they will land here as they become worth other people's time:

  • Chemistry β€” the field I actually come from, and the reason I care whether a long unattended run survives the night.
  • AI agents β€” the tooling around them: what makes one reliable enough to leave alone, and what quietly makes one useless.

Nothing ships here until it has been run against something real. Every project above was built while using it daily and fixed from its own logs.


πŸ‘‹ Say hello

Discord β€” kame055856

Bug report, a log that looks wrong, or an idea for a port to another host: all welcome. If a plugin of mine broke your agent, I would genuinely rather hear it than not.


❀️ Support the work

Free, MIT, no telemetry, nothing to upsell β€” written by one person against a real free tier, on real quotas that really run out.

Bitcoin β€” 36BGYhMEVFgY8PLGMVux93pjGt92KVM6dJ

Any amount helps, genuinely. And a ⭐ costs nothing and helps someone else find the fix for a problem they are currently blaming on themselves.


Not affiliated with Agent Zero or Nous Research. Just a person with too many API keys and not enough quota.

Pinned Loading

  1. kame-api-rotation-for-agent-zero kame-api-rotation-for-agent-zero Public

    🐒⚑ KAME: Key-Aware Management Engine β€” API key rotation plugin for Agent Zero β€” rotate multiple LLM API keys, survive 429 rate limits, daily quota cooldowns, exhausted keys and provider outages dur…

    Python 21 2

  2. kame-api-rotation-for-hermes kame-api-rotation-for-hermes Public

    🐒⚑ KAME: Key-Aware Management Engine β€” API Rotation plugin for Hermes β€” one API key per call, chosen for you: a failed call moves to the next key instead of ending your turn, and a spent quota is w…

    Python 1