@tangle-network/create-agent-app 0.46.4 → 0.46.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/create-agent-app",
3
- "version": "0.46.4",
3
+ "version": "0.46.5",
4
4
  "description": "Create a tested Tangle agent application with either a tool loop or a complete chat interface.",
5
5
  "keywords": [
6
6
  "tangle",
@@ -71,7 +71,7 @@ Discovery: **What does the real surface look like?**
71
71
  - [ ] For a chat-first product, use `AgentWorkspaceLayout` from
72
72
  `@tangle-network/agent-app/workspace-react` for the outer layout and
73
73
  session rail, `EntryComposer` from
74
- `@tangle-network/agent-app/chat-react` for the new-session route, and
74
+ `@tangle-network/agent-app/web-react` for the new-session route, and
75
75
  `SessionHistoryPanel` from `@tangle-network/agent-app/web-react` for the
76
76
  full history route.
77
77
  Pass `agent.profile`, `agent.harness`, `agent.model`, and `agent.effort`