agent-transport-system 0.7.44 → 0.7.46

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/ats.js CHANGED
@@ -27,7 +27,7 @@ import wrapAnsi from "wrap-ansi";
27
27
  import { Box, Container, Editor, Key, ProcessTerminal, TUI, Text, getEditorKeybindings, matchesKey } from "@mariozechner/pi-tui";
28
28
 
29
29
  //#region package.json
30
- var version = "0.7.44";
30
+ var version = "0.7.46";
31
31
  var package_default = {
32
32
  $schema: "https://www.schemastore.org/package.json",
33
33
  name: "agent-transport-system",
@@ -8278,6 +8278,7 @@ const parseAgentControllerRef = (value) => {
8278
8278
  }
8279
8279
  return null;
8280
8280
  };
8281
+ const DUPLICATE_REPLY_CONVERSATION_REASON = "This agent shares a reply conversation with another Agent Profile.";
8281
8282
  function resolveAgentExecutionStatus(input) {
8282
8283
  const profile = resolveProfileFact(input.profile);
8283
8284
  const binding = resolveBindingFact({
@@ -8798,6 +8799,7 @@ const REASON_TEXT = {
8798
8799
  "agent_execution.route_offline": REPLY_ROUTE_RECONNECTING_REASON,
8799
8800
  "agent_execution.route_unavailable": "ATS could not confirm this agent's local reply route yet.",
8800
8801
  "agent_profile_binding.missing": "This agent is not connected to a local agent yet.",
8802
+ "agent_profile_binding.controller_conversation_conflict": DUPLICATE_REPLY_CONVERSATION_REASON,
8801
8803
  "agent_profile_binding.profile_owner_invalid": "ATS could not confirm this agent profile.",
8802
8804
  "agent_profile_binding.profile_owner_unavailable": "ATS could not confirm this agent profile's owner.",
8803
8805
  "agent_profile_binding.read_unavailable": "ATS could not check this agent's local connection.",