We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8264fed commit eb141ccCopy full SHA for eb141cc
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## <small>0.1.194 (2026-04-10)</small>
2
+
3
+* feat: add ApiKeyPool with weighted round-robin and quota cooldown ([fa81f1d](https://github.com/framersai/agentos/commit/fa81f1d))
4
5
## <small>0.1.193 (2026-04-10)</small>
6
7
* fix(memory): add missing knowledgeGraph + collectionPrefix to getBrain test config ([000c48c](https://github.com/framersai/agentos/commit/000c48c))
package.json
@@ -1,6 +1,6 @@
{
"name": "@framers/agentos",
- "version": "0.1.193",
+ "version": "0.1.194",
"description": "Modular AgentOS orchestration library",
"type": "module",
"main": "dist/index.js",
0 commit comments