@tangle-network/agent-runtime 0.25.2 → 0.28.0

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
@@ -127,7 +127,7 @@ Every public export is annotated `@stable` or `@experimental`. `@stable` exports
127
127
  | `agent-knowledge` | Evidence, claims, wiki pages, retrieval |
128
128
  | `sandbox` | `AgentProfile`, `Sandbox.create`, `streamPrompt`, `exportTraceBundle` |
129
129
 
130
- See [`docs/concepts.md`](./docs/concepts.md) for the deeper mental model.
130
+ See [`docs/concepts.md`](./docs/concepts.md) for the deeper mental model. For multi-agent conversations see [`docs/agent-bus-protocol.md`](./docs/agent-bus-protocol.md) (cross-gateway header contract), [`docs/conversation-economics.md`](./docs/conversation-economics.md) (who pays for what — `authSource`), and [`docs/durability-adapters.md`](./docs/durability-adapters.md) (SQL-backed `ConversationJournal` for D1, postgres, sqlite, libSQL).
131
131
 
132
132
  ## Tests
133
133
 
package/dist/agent.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as _tangle_network_agent_eval from '@tangle-network/agent-eval';
2
2
  import { TraceAnalystKindSpec, AnalystFinding } from '@tangle-network/agent-eval';
3
- import { R as RuntimeStreamEvent } from './types-BFgFD_sl.js';
3
+ import { R as RuntimeStreamEvent } from './types-CsCCryln.js';
4
4
  import { A as AgentSurfaces } from './improvement-adapter-CaZxFxTd.js';
5
5
  export { C as CreateSurfaceImprovementAdapterOpts, D as DraftPatchInput, a as DraftPatchOutput, R as ResolvedSurface, S as SurfaceImprovementEdit, b as SurfaceValidationIssue, c as createSurfaceImprovementAdapter, r as renderSurfaceIssues, d as resolveSubjectPath, v as validateSurfaces } from './improvement-adapter-CaZxFxTd.js';
6
6
  import { K as KnowledgeAdapter, a as RunAnalystLoopResult } from './types-D_MXrmJP.js';