Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 14 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,20 @@ The engine packages you actually use are **peer dependencies** — install the o
pnpm add @tangle-network/agent-eval @tangle-network/agent-integrations
```

| Peer | Required by | Range |
|---|---|---|
| `@tangle-network/agent-eval` | `/eval`, `/eval-campaign`, `/profile`, `/knowledge` | `>=0.180.0 <0.181.0` |
| `@tangle-network/agent-runtime` | `/runtime`, `/chat-routes` | `>=0.219.0 <0.220.0` |
| `@tangle-network/agent-integrations` | `/integrations` | `>=0.53.55 <0.54.0` |
| `@tangle-network/agent-interface` | `/interactions`, `/chat-store`, `/harness` | `^2.6.0` |
| `@tangle-network/sandbox` | `/sandbox` | `>=0.38.2 <0.40.0` |
| `@tangle-network/agent-knowledge` | `/knowledge-loop` | `^15.0.3` |
| `@tangle-network/agent-profile-materialize` | `/skills-placement` | `>=0.18.1 <0.20.0` |
| `@tangle-network/sandbox-ui` | `/brand`, `/work-product-react`, `/workspace-react` | `>=0.111.2 <0.114.0` |
| `@tangle-network/ui` | `/brand`, `/work-product-react`, `/workspace-react` | `>=11.6.0 <12.0.0` |
| Peer | Required by |
|---|---|
| `@tangle-network/agent-eval` | `/eval`, `/eval-campaign`, `/profile`, `/knowledge` |
| `@tangle-network/agent-runtime` | `/runtime`, `/chat-routes` |
| `@tangle-network/agent-integrations` | `/integrations` |
| `@tangle-network/agent-interface` | `/interactions`, `/chat-store`, `/harness` |
| `@tangle-network/sandbox` | `/sandbox` |
| `@tangle-network/agent-knowledge` | `/knowledge-loop` |
| `@tangle-network/agent-profile-materialize` | `/skills-placement` |
| `@tangle-network/sandbox-ui` | `/brand`, `/work-product-react`, `/workspace-react` |
| `@tangle-network/ui` | `/brand`, `/work-product-react`, `/workspace-react` |

[package.json](./package.json) defines the supported peer ranges.
Run `pnpm exec agent-app-peer-check` to check the installed dependencies.

All of these except `agent-eval`, `agent-integrations`, and `agent-interface` are declared **optional** peers, so a product that never imports the subpath installs nothing.

Expand Down
2 changes: 1 addition & 1 deletion create-agent-app/template-chat/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@tangle-network/agent-app": "__AGENT_APP_VERSION__",
"@tangle-network/agent-gateway": "0.10.0",
"@tangle-network/agent-interface": "2.6.0",
"@tangle-network/agent-runtime": "0.219.0",
"@tangle-network/agent-runtime": "0.222.1",
"@tangle-network/sandbox": "0.39.2",
"better-auth": "^1.7.2",
"drizzle-orm": "^0.45.2",
Expand Down
4 changes: 2 additions & 2 deletions create-agent-app/template/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"@tangle-network/agent-eval": "0.180.0",
"@tangle-network/agent-integrations": ">=0.53.55 <0.54.0",
"@tangle-network/agent-interface": "2.6.0",
"@tangle-network/agent-runtime": "0.219.0"
"@tangle-network/agent-runtime": "0.222.1"
},
"devDependencies": {
"@tangle-network/agent-eval": "0.180.0",
"@tangle-network/agent-integrations": "0.53.55",
"@tangle-network/agent-interface": "2.6.0",
"@tangle-network/agent-knowledge": "15.0.3",
"@tangle-network/agent-runtime": "0.219.0",
"@tangle-network/agent-runtime": "0.222.1",
"@tangle-network/sandbox": "0.39.2",
"@types/node": "^22.20.1",
"typescript": "^7.0.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@
"@tangle-network/agent-interface": "2.6.0",
"@tangle-network/agent-knowledge": "15.0.3",
"@tangle-network/agent-profile-materialize": "0.19.0",
"@tangle-network/agent-runtime": "0.219.0",
"@tangle-network/agent-runtime": "0.222.1",
"@tangle-network/brand": "1.5.0",
"@tangle-network/sandbox": "0.39.2",
"@tangle-network/sandbox-ui": "0.113.3",
Expand Down Expand Up @@ -601,7 +601,7 @@
"@tangle-network/agent-interface": "^2.6.0",
"@tangle-network/agent-knowledge": "^15.0.3",
"@tangle-network/agent-profile-materialize": ">=0.19.0 <0.20.0",
"@tangle-network/agent-runtime": ">=0.219.0 <0.220.0",
"@tangle-network/agent-runtime": ">=0.222.1 <0.223.0",
"@tangle-network/brand": ">=1.5.0",
"@tangle-network/sandbox": ">=0.38.2 <0.40.0",
"@tangle-network/sandbox-ui": ">=0.113.3 <0.114.0",
Expand Down
6 changes: 3 additions & 3 deletions playground/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/peer-floors/check.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ describe('this package audits itself', () => {
const range = own.peerDependencies?.['@tangle-network/agent-runtime']

expect(range).toBeDefined()
expect(satisfiesRange('0.218.9', range!)).toBe(false)
expect(satisfiesRange('0.219.0', range!)).toBe(true)
expect(satisfiesRange('0.219.9', range!)).toBe(true)
expect(satisfiesRange('0.220.0', range!)).toBe(false)
expect(satisfiesRange('0.222.0', range!)).toBe(false)
expect(satisfiesRange('0.222.1', range!)).toBe(true)
expect(satisfiesRange('0.222.9', range!)).toBe(true)
expect(satisfiesRange('0.223.0', range!)).toBe(false)
})

// The floors this shell PUBLISHES must be satisfiable by the tree it is
Expand Down