@mondaydotcomorg/agent-toolkit 5.19.0 → 5.20.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.20.0
4
+
5
+ ### Add agent management tools
6
+
7
+ Five new tools enabling agents to create and manage monday.com platform agents end-to-end:
8
+
9
+ - `manage_agent` — full lifecycle management: `create` (AI mode via prompt), `create_blank` (manual mode), `get`, `update`, `delete`, `activate`, `deactivate`, `run`
10
+ - `manage_agent_triggers` — manage per-agent triggers (when it runs): `list`, `add`, `remove`
11
+ - `manage_agent_skills` — full skill lifecycle: `create` a new skill in the catalog, `add` to agent, `remove` from agent
12
+ - `manage_agent_knowledge` — grant, update, or revoke an agent's access to boards and docs
13
+ - `agent_catalog` (READ) — browse the account-wide catalog of available trigger types and skills before wiring them to an agent
14
+
3
15
  ## 5.19.0
4
16
 
5
17
  ### publish_workflow — surface validation error details