@agentmc/api 0.2.3 → 0.2.5
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/cli.js +1 -2
- package/dist/cli.js.map +1 -1
- package/dist/generated/operations.d.ts +1 -2
- package/dist/generated/operations.js +1 -2
- package/dist/generated/operations.js.map +1 -1
- package/dist/index.d.ts +12 -17
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/docs/operations/connectAgent.md +3 -4
- package/docs/operations/index.json +1 -2
- package/examples/http/connectAgent.ts +1 -1
- package/package.json +1 -1
- package/spec/openapi.filtered.json +12 -21
|
@@ -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";
|
|
@@ -825,7 +825,6 @@ declare const operations: readonly [{
|
|
|
825
825
|
readonly id: 7;
|
|
826
826
|
readonly name: "AgentMC Demo Workspace";
|
|
827
827
|
};
|
|
828
|
-
readonly heartbeat_interval_seconds: 300;
|
|
829
828
|
readonly server_time: "2026-02-22T17:20:53Z";
|
|
830
829
|
readonly first_sync_required: true;
|
|
831
830
|
};
|
|
@@ -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",
|
|
@@ -1002,7 +1002,6 @@ var operations = [
|
|
|
1002
1002
|
"id": 7,
|
|
1003
1003
|
"name": "AgentMC Demo Workspace"
|
|
1004
1004
|
},
|
|
1005
|
-
"heartbeat_interval_seconds": 300,
|
|
1006
1005
|
"server_time": "2026-02-22T17:20:53Z",
|
|
1007
1006
|
"first_sync_required": true
|
|
1008
1007
|
}
|