@gpt-platform/client 0.8.3 → 0.8.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/llms.txt CHANGED
@@ -77,6 +77,7 @@ client.setConfig({
77
77
  - `getAgent-versionsByIdMetrics()` - Get performance metrics for this version
78
78
  - `getAgent-versionsByIdRevisions()` - List all revisions for a specific AgentVersion, sorted by revision number descending
79
79
  - `getAgents()` - List all agents accessible in the current workspace
80
+ - `getAgentsBy-slugBySlug()` - Look up an agent by its system_slug
80
81
  - `getAgentsById()` - Fetch a single agent by ID
81
82
  - `getAgentsByIdSchema-versions()` - List all schema versions for this agent
82
83
  - `getAgentsByIdTraining-examples()` - List training examples for this agent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-platform/client",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "description": "TypeScript SDK for GPT Platform Client API - Document extraction, AI agents, and workspace management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",