open-agents-ai 0.186.72 → 0.186.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  <a name="top"></a>
2
- <h1 align="center">Open Agents</h1>
2
+ <p align="center">
3
+ <img src="https://raw.githubusercontent.com/robit-man/open-agents/main/openagents-banner.png" alt="Open Agents P2P Network" width="100%" />
4
+ </p>
5
+ <h1 align="center">Open Agents — P2P Inference</h1>
3
6
 
4
7
  <p align="center">
5
8
  <strong>AI coding agent powered entirely by open-weight models.</strong><br>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.186.72",
3
+ "version": "0.186.74",
4
4
  "description": "AI coding agent powered by open-source models (Ollama/vLLM) — interactive TUI with agentic tool-calling loop",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",