@agentmc/api 0.2.3 → 0.2.4

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.
@@ -765,10 +765,10 @@ declare const operations: readonly [{
765
765
  readonly requestExamples: [{
766
766
  readonly mediaType: "application/json";
767
767
  readonly example: {
768
- readonly name: "openclaw-main";
769
768
  readonly host: "ip-10-0-3-42";
770
769
  readonly runtime_version: "2026.02.1";
771
770
  readonly capabilities: readonly ["tasks", "calendar", "realtime"];
771
+ readonly agents_md: "# Existing AGENTS.md\n\n## Runtime\n- Keep heartbeat alive.\n";
772
772
  readonly models: readonly [{
773
773
  readonly model_id: "openai/gpt-5-codex";
774
774
  readonly provider: "openai";
@@ -933,7 +933,6 @@ var operations = [
933
933
  {
934
934
  "mediaType": "application/json",
935
935
  "example": {
936
- "name": "openclaw-main",
937
936
  "host": "ip-10-0-3-42",
938
937
  "runtime_version": "2026.02.1",
939
938
  "capabilities": [
@@ -941,6 +940,7 @@ var operations = [
941
940
  "calendar",
942
941
  "realtime"
943
942
  ],
943
+ "agents_md": "# Existing AGENTS.md\n\n## Runtime\n- Keep heartbeat alive.\n",
944
944
  "models": [
945
945
  {
946
946
  "model_id": "openai/gpt-5-codex",