@subcortex-ai/sdk 0.1.1 → 0.1.2

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.cts CHANGED
@@ -933,6 +933,12 @@ interface AgentInstructions {
933
933
  custom?: string;
934
934
  /** How to greet new vs returning users */
935
935
  greetingRules?: string;
936
+ /** The agent's purpose, responsibilities, and proactive behaviors */
937
+ goals?: string;
938
+ /** How to read and respond to emotional signals and rapport shifts */
939
+ emotionalIntelligence?: string;
940
+ /** Guardrails, compliance rules, escalation triggers */
941
+ safety?: string;
936
942
  }
937
943
  /**
938
944
  * LLM model configuration for the agent.
package/dist/index.d.ts CHANGED
@@ -933,6 +933,12 @@ interface AgentInstructions {
933
933
  custom?: string;
934
934
  /** How to greet new vs returning users */
935
935
  greetingRules?: string;
936
+ /** The agent's purpose, responsibilities, and proactive behaviors */
937
+ goals?: string;
938
+ /** How to read and respond to emotional signals and rapport shifts */
939
+ emotionalIntelligence?: string;
940
+ /** Guardrails, compliance rules, escalation triggers */
941
+ safety?: string;
936
942
  }
937
943
  /**
938
944
  * LLM model configuration for the agent.