@tangle-network/agent-app 0.42.19 → 0.43.2

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.
package/README.md CHANGED
@@ -32,10 +32,11 @@ pnpm add @tangle-network/agent-eval @tangle-network/agent-integrations
32
32
 
33
33
  | Peer | Required by | Range |
34
34
  |---|---|---|
35
- | `@tangle-network/agent-eval` | `/eval` | `>=0.50.0` |
35
+ | `@tangle-network/agent-eval` | `/eval`, `/eval-campaign`, `/profile`, `/knowledge` | `>=0.100.0` |
36
+ | `@tangle-network/agent-runtime` | `/runtime`, `/knowledge-loop`, runtime tool execution | `>=0.79.3` |
36
37
  | `@tangle-network/agent-integrations` | `/integrations`, `/tangle` | `>=0.32.0` |
37
38
 
38
- The substrate-free modules (`/runtime`, `/tools`, `/web`, `/crypto`, `/redact`, `/stream`, `/billing`) need no peers.
39
+ Modules that do not import engine packages (`/tools`, `/web`, `/crypto`, `/redact`, `/stream`, `/billing`) need no peers.
39
40
 
40
41
  ## Quick start
41
42
 
@@ -1,6 +1,7 @@
1
1
  import * as react from 'react';
2
2
  import { ReactNode } from 'react';
3
3
  import { ToolDetailRenderers, ChatUiMessage } from '../web-react/index.js';
4
+ import '@tangle-network/sandbox-ui/chat';
4
5
  import '../agent-activity-C8ZG0F0M.js';
5
6
  import '../flow-types-Cb_AblZs.js';
6
7
  import '../model-catalog-BEAEVDaa.js';
@@ -3,7 +3,7 @@ import {
3
3
  ChatMessages,
4
4
  ModelPicker,
5
5
  ProviderLogo
6
- } from "../chunk-WV2U5UIB.js";
6
+ } from "../chunk-7DPQ5VWR.js";
7
7
  import "../chunk-2QI7XV2T.js";
8
8
  import "../chunk-E7QYOOON.js";
9
9