@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 CHANGED
@@ -1,6 +1,7 @@
1
1
  import { Hono } from 'hono';
2
2
  import { AgentObserver, AgentRunStartArgs, AgentRunObserver } from '@anvia/core/observability';
3
- import { AgentInteractionResponse, AgentResult, AgentSuspendedResult, AgentStreamEvent, Agent } from '@anvia/core/agent';
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();