@anvia/studio 1.0.0-rc.4 → 1.0.0-rc.6
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/dist/index.d.ts +2 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/ui/assets/chunk-G5OACQEI-DCkAPDer.js +65 -0
- package/dist/ui/assets/chunk-G5OACQEI-DCkAPDer.js.map +1 -0
- package/dist/ui/assets/index-D_05WW73.js +12 -0
- package/dist/ui/assets/index-D_05WW73.js.map +1 -0
- package/dist/ui/assets/memory-page-CRmoZTWz.js +4 -0
- package/dist/ui/assets/memory-page-CRmoZTWz.js.map +1 -0
- package/dist/ui/index.html +2 -2
- package/package.json +7 -7
- package/dist/ui/assets/chunk-D2ECOWN5-fs3ih0yA.js +0 -65
- package/dist/ui/assets/chunk-D2ECOWN5-fs3ih0yA.js.map +0 -1
- package/dist/ui/assets/index-BLaXiUWO.js +0 -12
- package/dist/ui/assets/index-BLaXiUWO.js.map +0 -1
- package/dist/ui/assets/memory-page-DAJk0Zof.js +0 -4
- package/dist/ui/assets/memory-page-DAJk0Zof.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Hono } from 'hono';
|
|
2
2
|
import { AgentObserver, AgentRunStartArgs, AgentRunObserver } from '@anvia/core/observability';
|
|
3
|
-
import {
|
|
3
|
+
import { AgentResult, AgentSuspendedResult, AgentStreamEvent, Agent } from '@anvia/core/agent';
|
|
4
|
+
import { AgentInteractionResponse } from '@anvia/core/agent/interactions';
|
|
4
5
|
import { JsonObject, Message, JsonValue, CompletionModelCapabilities, ToolResultContentPart, Usage, CompletionModel, StreamingCompletionModel } from '@anvia/core/completion';
|
|
5
6
|
import { MemoryStore, MemoryAppendOptions, MemoryErrorOptions, MemoryScope } from '@anvia/core/memory';
|
|
6
7
|
import { ModelList } from '@anvia/core/model-listing';
|
package/dist/index.js
CHANGED
|
@@ -1635,7 +1635,7 @@ function isEventType(value) {
|
|
|
1635
1635
|
import {
|
|
1636
1636
|
customAgentEventsToClientStream
|
|
1637
1637
|
} from "@anvia/client";
|
|
1638
|
-
import { parseAgentInteractionResponse } from "@anvia/core/agent";
|
|
1638
|
+
import { parseAgentInteractionResponse } from "@anvia/core/agent/interactions";
|
|
1639
1639
|
import {
|
|
1640
1640
|
isJsonValue as isJsonValue2,
|
|
1641
1641
|
parseMessages
|
|
@@ -4323,7 +4323,7 @@ async function parseEvalRunRequest(c) {
|
|
|
4323
4323
|
// src/runtime/interactions.ts
|
|
4324
4324
|
import {
|
|
4325
4325
|
assertAgentInteractionResponse
|
|
4326
|
-
} from "@anvia/core/agent";
|
|
4326
|
+
} from "@anvia/core/agent/interactions";
|
|
4327
4327
|
function createStudioContinuationRegistry() {
|
|
4328
4328
|
const pending = /* @__PURE__ */ new Map();
|
|
4329
4329
|
const claimed = /* @__PURE__ */ new Set();
|