open-agents-ai 0.186.73 → 0.186.75

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <a name="top"></a>
2
2
  <p align="center">
3
- <img src="openagents-banner.png" alt="Open Agents P2P Network" width="100%" />
3
+ <img src="https://raw.githubusercontent.com/robit-man/open-agents/main/openagents-banner.png" alt="Open Agents P2P Network" width="100%" />
4
4
  </p>
5
5
  <h1 align="center">Open Agents — P2P Inference</h1>
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.186.73",
3
+ "version": "0.186.75",
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",