@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
package/dist/cli.js
CHANGED
|
@@ -941,7 +941,6 @@ var operations = [
|
|
|
941
941
|
{
|
|
942
942
|
"mediaType": "application/json",
|
|
943
943
|
"example": {
|
|
944
|
-
"name": "openclaw-main",
|
|
945
944
|
"host": "ip-10-0-3-42",
|
|
946
945
|
"runtime_version": "2026.02.1",
|
|
947
946
|
"capabilities": [
|
|
@@ -949,6 +948,7 @@ var operations = [
|
|
|
949
948
|
"calendar",
|
|
950
949
|
"realtime"
|
|
951
950
|
],
|
|
951
|
+
"agents_md": "# Existing AGENTS.md\n\n## Runtime\n- Keep heartbeat alive.\n",
|
|
952
952
|
"models": [
|
|
953
953
|
{
|
|
954
954
|
"model_id": "openai/gpt-5-codex",
|