@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.
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/generated/operations.d.ts +1 -1
- package/dist/generated/operations.js +1 -1
- package/dist/generated/operations.js.map +1 -1
- package/dist/index.d.ts +12 -9
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/docs/operations/connectAgent.md +3 -3
- package/docs/operations/index.json +1 -1
- package/examples/http/connectAgent.ts +1 -1
- package/package.json +1 -1
- package/spec/openapi.filtered.json +12 -11
|
@@ -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",
|