@getsupervisor/agents-studio-sdk 1.22.0 → 1.22.2

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,332 +1,185 @@
1
- ## v1.20.0
1
+ ## v1.22.1
2
2
 
3
- ## [1.20.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.19.0...v1.20.0) (2025-10-30)
3
+ ## [1.22.1](https://github.com/julio-supervisor/agents-studio-be/compare/v1.22.0...v1.22.1) (2025-11-03)
4
4
 
5
- ### Features
5
+ ### Bug Fixes
6
6
 
7
- * add RetellToolGuidelinesService and integrate usage guidelines for voice.calls ([db0e013](https://github.com/julio-supervisor/agents-studio-be/commit/db0e013d8f09d2a0a794efccb7700729ad752fd4))
7
+ * update docker-compose context for public-api service ([1f1cfaf](https://github.com/julio-supervisor/agents-studio-be/commit/1f1cfafa50e9f499ea44e8552fd71f2ddcf97ac9))
8
+
9
+ ## v1.22.0
10
+
11
+ ## [1.22.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.21.0...v1.22.0) (2025-11-03)
12
+
13
+ ### Features
8
14
 
15
+ * add integration guide for AG-UI in NestJS monolithic applications ([f8944d0](https://github.com/julio-supervisor/agents-studio-be/commit/f8944d0686515dee17d20e0e3ad29e25b3d7bd8f))
16
+ * integrate schedule call functionality and update related prompts and templates ([8fffd67](https://github.com/julio-supervisor/agents-studio-be/commit/8fffd67b6a4f1abfc8bbd9735034a7d905159afd))
9
17
 
10
- ## v1.19.0
18
+ ## v1.21.0
11
19
 
12
- ## [1.19.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.18.0...v1.19.0) (2025-10-30)
20
+ ## [1.21.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.20.0...v1.21.0) (2025-10-31)
13
21
 
14
22
  ### Features
15
23
 
16
- * add AgentMutationRequestTemplate and update MCP documentation ([9c8ac53](https://github.com/julio-supervisor/agents-studio-be/commit/9c8ac53110c43c173afbbfab9c36e1671612d37a))
17
- * add api-query-builder dependency and update related migrations for JSONB support ([8558541](https://github.com/julio-supervisor/agents-studio-be/commit/855854145208f6695630ef583a830c019987f653))
18
- * add geocoding tool integration with Google Maps API ([08c7f4a](https://github.com/julio-supervisor/agents-studio-be/commit/08c7f4a2047aef4af658f4c34210b8e1189231e5))
19
- * add MCP documentation for prompts, resource templates, resources, tools, and server examples ([dda0d61](https://github.com/julio-supervisor/agents-studio-be/commit/dda0d617fb5abfc4f9b6076413dc984b7d98346f))
20
- * add test for fallback to AnonymousToolResolver when token lacks name ([ca3f65a](https://github.com/julio-supervisor/agents-studio-be/commit/ca3f65a6b8bae70ec1f5f2a0e094b08f33d6e2e2))
21
- * add tests for Tool entities metadata and relationships in TypeORM ([f07d862](https://github.com/julio-supervisor/agents-studio-be/commit/f07d86291625710d839d032d2998b5c6ba034827))
22
- * add tool schema validation and configuration management ([4f49a6b](https://github.com/julio-supervisor/agents-studio-be/commit/4f49a6b3d5fe09b9f525449e80cd7cc49bd5bf99))
23
- * add unit tests for event subscription and webhook DTOs with validation checks ([4f65c83](https://github.com/julio-supervisor/agents-studio-be/commit/4f65c836cb04020ba7e4725a79127949166f119f))
24
- * add unit tests for ExecutionToolRegistry and ToolExecutionUnsupportedException ([32b0e92](https://github.com/julio-supervisor/agents-studio-be/commit/32b0e92f789841defb88db8f97cdb56c3d1fb69d))
25
- * add unit tests for voice call execution and processing tools ([976d762](https://github.com/julio-supervisor/agents-studio-be/commit/976d76217852a08dbf3ae5e0d1a321926e952618))
26
- * add unit tests for WorkspaceEnablementService to validate provider readiness and error handling ([b84785d](https://github.com/julio-supervisor/agents-studio-be/commit/b84785d0bc7acfabfb302e8ba25df18fa3f9b6ee))
27
- * add VoiceCallExecutionTemplate for executing voice calls with metadata and notes ([14105dc](https://github.com/julio-supervisor/agents-studio-be/commit/14105dc84cd38b963f3fbf63d5fa16bc0a590f80))
28
- * enhance filter and search handling in CatalogItemsListTool ([da00a76](https://github.com/julio-supervisor/agents-studio-be/commit/da00a76ac96e7d2e3ca6e66e14a1071bc073fa49))
29
- * enhance tag suggestion logic for agent creation based on channel and description ([87c4eff](https://github.com/julio-supervisor/agents-studio-be/commit/87c4eff14a23f6c2931a8582316b1f00a7979620))
30
- * enhance Voice Retell integration with new subscriber and improved error handling ([ad45795](https://github.com/julio-supervisor/agents-studio-be/commit/ad45795eb46b7ecb692b950077275a3bbb0b76ef))
31
- * implement AgentBlueprintMutatedEvent for agent blueprint updates and sync ([20c6fef](https://github.com/julio-supervisor/agents-studio-be/commit/20c6fef78329211d9ce7676c8dbcc1e98c0367cb))
32
- * Implement catalog management tools and resources ([b12ba91](https://github.com/julio-supervisor/agents-studio-be/commit/b12ba9126c3aa060ae83c7df5f1e92c1dd55fa79))
33
- * implement tool connection and execution API with idempotency support ([af236be](https://github.com/julio-supervisor/agents-studio-be/commit/af236be4163a784d7ee4b2e805cfc7c0db89b5bd))
34
- * implement tool event logging in ToolConnectionService ([260c46c](https://github.com/julio-supervisor/agents-studio-be/commit/260c46ceeee0b867a32897c23a336ec46d18a747))
35
- * implement voice call execution tool with Redis queue for concurrency handling ([24716e0](https://github.com/julio-supervisor/agents-studio-be/commit/24716e029f4554cc51d7a1dc1c347b8974b0d0b9))
36
- * integrate CqrsModule and update Retell API base URL to v1 for consistency ([c1647d5](https://github.com/julio-supervisor/agents-studio-be/commit/c1647d59a9e77178d04b0a434155073f523d215c))
37
- * **mcp:** implement agent blueprints and versions tools ([0026a1a](https://github.com/julio-supervisor/agents-studio-be/commit/0026a1ac9cbfe6a7f0d14faeaaedcc971fa02093))
38
- * **migration:** add notes column to agent_versions and remove description column ([ffb9960](https://github.com/julio-supervisor/agents-studio-be/commit/ffb9960b6ce6171918ea7e06a5b2f3b6b93a79ff))
39
- * **migration:** add versioning and metadata columns to agent_versions table ([9cb9321](https://github.com/julio-supervisor/agents-studio-be/commit/9cb932174cd4be43feebc6dca5db555aedcbc16b))
40
- * **migration:** remove deleted_at from SeedWebhookEventsCatalog migration ([add2b6e](https://github.com/julio-supervisor/agents-studio-be/commit/add2b6ea3b12edc0c59e55144eb5f0134332d3c8))
41
- * **migration:** simplify notes column addition and remove description column logic ([1d2afa9](https://github.com/julio-supervisor/agents-studio-be/commit/1d2afa9ad13bb75086b1f9b996236852174192ba))
42
- * **migration:** update unique index creation for catalog_items to remove condition on deleted_at ([89be707](https://github.com/julio-supervisor/agents-studio-be/commit/89be70751ef1df0f852de2ed98ee4e5b177ac13a))
43
- * refactor error handling in VoiceRetellResolver with adapter transformers ([72f5536](https://github.com/julio-supervisor/agents-studio-be/commit/72f55361cff8db3fa83e994799ffb1452d108ef7))
44
- * refactor ToolLookupService and related repositories for enhanced functionality ([5132c21](https://github.com/julio-supervisor/agents-studio-be/commit/5132c21aff246d22d44f6ae6a6c74341de29264d))
45
- * **tests:** add unit tests for tools service and related mappers ([474e56b](https://github.com/julio-supervisor/agents-studio-be/commit/474e56be28bb77c26203a777e09c6758314a0017))
46
- * update prompts to clarify catalog selection limitations and read-only status ([50eb953](https://github.com/julio-supervisor/agents-studio-be/commit/50eb953ddc6e6c581025c01a49f12c29ec2a01f8))
47
- * update RetellAdapter to handle versioned base URLs for phone call creation ([bab716f](https://github.com/julio-supervisor/agents-studio-be/commit/bab716f86f68de08d4cee0d28213ee33ee4e8207))
48
- * update RetellAdapter to use new parameter names and API path for phone call creation ([c93df0e](https://github.com/julio-supervisor/agents-studio-be/commit/c93df0ebc272c6e805a9542b4922701a0cfbaf5b))
49
- * update voice call execution flow and configuration ([9c67be6](https://github.com/julio-supervisor/agents-studio-be/commit/9c67be61b3dfcb7df4268ab51215c8b0d5a33978))
50
- * **workspaces:** implement workspace settings repository and specifications ([e720f8e](https://github.com/julio-supervisor/agents-studio-be/commit/e720f8e4c9d504b634728db27207b1ab958dc382))
24
+ * add callerApiKey to ScheduleCall interfaces and update related logic ([6c92042](https://github.com/julio-supervisor/agents-studio-be/commit/6c920426ec45bd21ec8e4ae79f5bb96705681434))
25
+ * add quick code review checklist and enhance agent schedules documentation ([877d196](https://github.com/julio-supervisor/agents-studio-be/commit/877d196461470434e08781b1edcae9689f25339c))
26
+ * add schedule call tool integration and usage guidance ([9bcb5dd](https://github.com/julio-supervisor/agents-studio-be/commit/9bcb5dd1d3206de5191f0e1c535600a4fed9d8ba))
27
+ * add Step Functions configuration for scheduling calls in dev and prod environments ([3b787d6](https://github.com/julio-supervisor/agents-studio-be/commit/3b787d6251882dab6e0fc820d2a3789950db58a2))
28
+ * integrate agent availability checks in voice call execution tools ([f8401d8](https://github.com/julio-supervisor/agents-studio-be/commit/f8401d8a5ea3a835a6ee1bb0001e0fb8eab3f4be))
51
29
 
52
30
  ### Bug Fixes
53
31
 
54
- * update Redis queue naming from 'voice-calls:execute' to 'voice-calls-execute' for consistency ([264ec23](https://github.com/julio-supervisor/agents-studio-be/commit/264ec2320a423471829c94c588cc5a9b2a0a63af))
32
+ * enhance IAM role policy to allow additional CloudWatch log actions ([4503712](https://github.com/julio-supervisor/agents-studio-be/commit/4503712ee8799c54ec733d5c861148f2633e3f95))
33
+ * remove unnecessary Sid from IAM role policy for Step Functions logging ([dad9e96](https://github.com/julio-supervisor/agents-studio-be/commit/dad9e9602bffa09193bae95f56ba8f8db0e69349))
34
+ * standardize formatting in IAM role policy for CloudWatch log actions ([85fb9b0](https://github.com/julio-supervisor/agents-studio-be/commit/85fb9b0166b7c0831e41be89d9c8fbb190b150bc))
35
+ * update comments and standardize variable names in Step Functions configuration ([7d25b37](https://github.com/julio-supervisor/agents-studio-be/commit/7d25b3754309cf50055aba451d29977cf9f778be))
36
+ * update log_destination format in Step Functions logging configuration ([1830502](https://github.com/julio-supervisor/agents-studio-be/commit/18305027a64b2e82780dcb3d21c8ca622bdc6452))
37
+ * update logging configuration in Step Functions to use log_destination ([7eb4243](https://github.com/julio-supervisor/agents-studio-be/commit/7eb4243710e70d516d398d227e6a41795d1eccb3))
55
38
 
56
39
 
57
- ## v1.18.0
40
+ ## v1.20.0
58
41
 
59
- ## [1.18.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.17.0...v1.18.0) (2025-10-23)
42
+ ## [1.20.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.19.0...v1.20.0) (2025-10-30)
60
43
 
61
44
  ### Features
62
45
 
63
- * add webhooks management API ([bb1a1fb](https://github.com/julio-supervisor/agents-studio-be/commit/bb1a1fb17f48a7a52e82c07d12d32f57240c8604))
64
- * **docs:** add webhook terminology and definitions for agent association and URL reuse ([82985e8](https://github.com/julio-supervisor/agents-studio-be/commit/82985e8bbbc7e7cd2d0e15f0e77e0adc859d01a2))
65
- * **openapi:** enhance webhook descriptions with optional agent association and URL reuse details ([fc9b2d9](https://github.com/julio-supervisor/agents-studio-be/commit/fc9b2d9099116541d841548adf935f9c0f4a0c99))
66
- * **tests:** add WebhookEventKey setup and teardown for EventSubscriptionTypeormRepository tests ([b7c28c5](https://github.com/julio-supervisor/agents-studio-be/commit/b7c28c51bc86cf4bc08d83e511429a9cb8fab066))
67
- * **tests:** enhance WebhookEventKey setup and teardown in event subscription tests ([b717c89](https://github.com/julio-supervisor/agents-studio-be/commit/b717c8916c0147b467044387d9e73988454cf74f))
68
- * **webhooks:** add agent association to webhooks ([d2d5eb1](https://github.com/julio-supervisor/agents-studio-be/commit/d2d5eb175dc5c43c405a93f961ca70f2426f8d3f))
69
- * **webhooks:** add webhook event catalog and related migrations ([91ceec2](https://github.com/julio-supervisor/agents-studio-be/commit/91ceec203706bc79ce775063f9a9a9ba9eb698ca))
70
- * **webhooks:** implement event subscription and webhook entities, specifications, and factories ([7ba841e](https://github.com/julio-supervisor/agents-studio-be/commit/7ba841e21697ab2f38dedd8b5243091e250cff98))
71
-
72
- ### Bug Fixes
46
+ - Agrega `RetellToolGuidelinesService` y lineamientos de uso para voice calls dentro del SDK, permitiendo mostrar requisitos y recomendaciones antes de ejecutar herramientas de voz ([db0e013](https://github.com/julio-supervisor/agents-studio-be/commit/db0e013d8f09d2a0a794efccb7700729ad752fd4)).
73
47
 
74
- * update EventSubscription references to use EventSubscriptionDetail ([a1ff2f6](https://github.com/julio-supervisor/agents-studio-be/commit/a1ff2f611748783c87dfe43c8597de0a2ee89ae4))
75
- * update reference in EventSubscriptionListResponse from EventSubscriptionSummary to EventSubscriptionDetail ([9bc602f](https://github.com/julio-supervisor/agents-studio-be/commit/9bc602f14b36612ba993888e9c0354f6431b824e))
48
+ ## [1.19.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.18.0...v1.19.0) (2025-10-29)
76
49
 
50
+ ### Features
77
51
 
78
- ## v1.17.0
52
+ - Implementa la API de conexión y ejecución de herramientas con soporte de idempotencia, nuevos esquemas y pruebas para asegurar flujos OAuth2 y conexiones simples ([af236be](https://github.com/julio-supervisor/agents-studio-be/commit/af236be4163a784d7ee4b2e805cfc7c0db89b5bd)).
53
+ - Añade `VoiceCallExecutionTemplate` para enviar metadata ampliada, notas y gestionar el ciclo de vida de ejecuciones de voz desde el cliente ([14105dc](https://github.com/julio-supervisor/agents-studio-be/commit/14105dc84cd38b963f3fbf63d5fa16bc0a590f80)).
79
54
 
80
- ## [1.17.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.16.0...v1.17.0) (2025-10-22)
55
+ ## [1.18.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.17.0...v1.18.0) (2025-10-23)
81
56
 
82
57
  ### Features
83
58
 
84
- * actualizar documentación del SDK y especificaciones de API, eliminando referencias a 'retell' y mejorando ejemplos ([362a379](https://github.com/julio-supervisor/agents-studio-be/commit/362a379f4b44123a19f9f8921fe7674994ecbf8c))
85
- ## v1.16.0
59
+ - Expone endpoints del SDK para administrar webhooks (listar, crear, actualizar y eliminar) con nuevos tipos y cliente dedicado ([bb1a1fb](https://github.com/julio-supervisor/agents-studio-be/commit/bb1a1fb17f48a7a52e82c07d12d32f57240c8604)).
60
+ - Amplía las descripciones generadas en `openapi-types` para detallar la asociación opcional de agentes y la reutilización de URLs en webhooks ([fc9b2d9](https://github.com/julio-supervisor/agents-studio-be/commit/fc9b2d9099116541d841548adf935f9c0f4a0c99)).
61
+
62
+ ## [1.17.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.16.0...v1.17.0) (2025-10-22)
63
+
64
+ Sin cambios en el SDK JS.
86
65
 
87
66
  ## [1.16.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.15.0...v1.16.0) (2025-10-22)
88
67
 
89
68
  ### Features
90
69
 
91
- * add centralized catalogs management API ([4a6cb3e](https://github.com/julio-supervisor/agents-studio-be/commit/4a6cb3ef36e5ed9f1752438df59cf3f7e94083c3))
92
- * add tests and mappers for catalog items, including CRUD operations and specifications ([f20d939](https://github.com/julio-supervisor/agents-studio-be/commit/f20d939819e4e29bcfb9ae73fa5c0b3c87211bcd))
93
- * **catalogs:** implement CatalogItem entity and related value objects ([7f06e93](https://github.com/julio-supervisor/agents-studio-be/commit/7f06e93288ed909b3db08380a4c47e4b9616bd04))
94
- * refactor sorting logic and add unit tests for resolveSingleSort utility ([a8d9812](https://github.com/julio-supervisor/agents-studio-be/commit/a8d981219aaa4f2c91705ee121a08225436f4166))
95
- * simplify toPrimitives method in CatalogItemMetadata class ([cf8d91c](https://github.com/julio-supervisor/agents-studio-be/commit/cf8d91c61c419cd487967311b1fedeeb8a439993))
70
+ - Publica la API de catálogos centralizados, incluyendo cliente, tipos y pruebas para gestionar ítems y sus metadatos ([4a6cb3e](https://github.com/julio-supervisor/agents-studio-be/commit/4a6cb3ef36e5ed9f1752438df59cf3f7e94083c3)).
96
71
 
72
+ ### Documentation
97
73
 
98
- ## v1.15.0
74
+ - Documenta el dominio de catálogos y sus value objects en el README del SDK para orientar integraciones personalizadas ([7f06e93](https://github.com/julio-supervisor/agents-studio-be/commit/7f06e93288ed909b3db08380a4c47e4b9616bd04)).
99
75
 
100
76
  ## [1.15.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.14.0...v1.15.0) (2025-10-21)
101
77
 
102
78
  ### Features
103
79
 
104
- * agregar manejador y comando para la creación de horarios de agentes, incluyendo pruebas unitarias y mapeo de comandos ([682411b](https://github.com/julio-supervisor/agents-studio-be/commit/682411bc016f09adc8928f5b284af111c82764e5))
105
- * agregar manejo de excepciones en horarios de agentes, incluyendo operaciones para obtener, actualizar, eliminar y listar excepciones ([1beacf6](https://github.com/julio-supervisor/agents-studio-be/commit/1beacf69ff17246e43d9ba7e8cfba73e4cb1f872))
106
- * agregar pruebas para el manejo de excepciones en horarios de agentes ([3d6f8b4](https://github.com/julio-supervisor/agents-studio-be/commit/3d6f8b45a663cfd64725be4f6671d844b55b3cb2))
107
- * agregar pruebas unitarias para el mapeo y la gestión de excepciones de horarios de agentes ([6bfc2f9](https://github.com/julio-supervisor/agents-studio-be/commit/6bfc2f96721166cb8b7bf14501a0bd48e5e4b25d))
108
- * agregar pruebas unitarias para la fábrica de especificaciones de versiones de agentes, incluyendo filtros y manejo de excepciones ([8868f78](https://github.com/julio-supervisor/agents-studio-be/commit/8868f78aa2307a39750dd08d932c8c3bf69b4112))
109
- * agregar pruebas unitarias para la gestión de excepciones y horarios de agentes, incluyendo especificaciones de tipo ORM ([592c016](https://github.com/julio-supervisor/agents-studio-be/commit/592c01673be38d7e1188a89f8103e226b05a4e47))
110
- * agregar pruebas unitarias para la gestión de versiones de agentes y especificaciones de tipo ORM ([898350f](https://github.com/julio-supervisor/agents-studio-be/commit/898350f17ce4d9390d47adb66d8f00066ee25f82))
111
- * Enhance ListAgentScheduleExceptionsHandler to support combined filter and or conditions ([bf6e881](https://github.com/julio-supervisor/agents-studio-be/commit/bf6e881d61895ffac98c3cfd9e2b2c35d7745274))
112
- * implement agent schedule and exception management ([3502cf6](https://github.com/julio-supervisor/agents-studio-be/commit/3502cf623a4fd4440ae8a9cd2b3acbcf982fe15e))
113
- * implementar API para excepciones de horarios de agentes, incluyendo métodos para listar, obtener, crear, actualizar y eliminar excepciones ([154ddee](https://github.com/julio-supervisor/agents-studio-be/commit/154ddeed944c7905a40ed71e697773ee28ffa5ce))
114
-
115
-
116
- ## v1.14.0
80
+ - Crea endpoints para administrar excepciones de horarios de agentes con soporte completo de CRUD, mapeos y tipos asociados en el cliente ([154ddee](https://github.com/julio-supervisor/agents-studio-be/commit/154ddeed944c7905a40ed71e697773ee28ffa5ce)).
117
81
 
118
82
  ## [1.14.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.13.0...v1.14.0) (2025-10-21)
119
83
 
120
84
  ### Features
121
85
 
122
- * add Agent Versions controller and related DTOs, enhance publish functionality with notes ([9227708](https://github.com/julio-supervisor/agents-studio-be/commit/92277085c8441fefba4fb52d6859441269132de1))
123
- * agregar funcionalidades para clonar, publicar y actualizar notas de versiones de agentes, y ajustar esquemas y rutas en la API ([7a01fa0](https://github.com/julio-supervisor/agents-studio-be/commit/7a01fa03ff30e9fd6a9b4358a2df2f709a61c189))
124
- * agregar mapeo de módulos para la ruta de versiones de agentes en jest.config.js ([11c4e34](https://github.com/julio-supervisor/agents-studio-be/commit/11c4e340608de1b91f2461912b23e3c484e92f59))
125
- * agregar mapeo de módulos para la ruta de versiones de agentes en package.json ([a63586e](https://github.com/julio-supervisor/agents-studio-be/commit/a63586eb845c21c276776e0d023719a37f4896e5))
126
- * implement Agent Version Management with TypeORM ([736ed04](https://github.com/julio-supervisor/agents-studio-be/commit/736ed045a4e395674a4ee1c623d44d265421b386))
86
+ - Extiende la API de versiones de agentes para clonar, publicar y actualizar notas, además de refrescar pruebas y esquemas generados ([7a01fa0](https://github.com/julio-supervisor/agents-studio-be/commit/7a01fa03ff30e9fd6a9b4358a2df2f709a61c189)).
127
87
 
88
+ ### Refactors
128
89
 
129
- ## v1.13.0
90
+ - Simplifica tipos en `agents.ts` y `openapi-types.ts` para mantener el código del cliente alineado con los esquemas publicados ([5bc59dc](https://github.com/julio-supervisor/agents-studio-be/commit/5bc59dc9631b5aa9a4577f432f5edf8b17c07ec4)).
130
91
 
131
92
  ## [1.13.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.12.0...v1.13.0) (2025-10-20)
132
93
 
133
94
  ### Features
134
95
 
135
- * agregar scopes de autorización a los controladores y actualizar la documentación de la API ([c8165cb](https://github.com/julio-supervisor/agents-studio-be/commit/c8165cb2713aa4194e3006c30296872e44de2d5e))
136
-
137
-
138
- ## v1.12.0
96
+ - Actualiza ejemplos del SDK para reflejar los nuevos scopes de autorización y la documentación de la API pública ([c8165cb](https://github.com/julio-supervisor/agents-studio-be/commit/c8165cb2713aa4194e3006c30296872e44de2d5e)).
139
97
 
140
98
  ## [1.12.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.11.0...v1.12.0) (2025-10-20)
141
99
 
142
100
  ### Features
143
101
 
144
- * **api-keys:** implement API key management endpoints and client integration ([1eceb00](https://github.com/julio-supervisor/agents-studio-be/commit/1eceb002c296ba017a71516f4710d28bbee6a235))
145
- * **ci:** add pull request permissions for CI jobs ([1adef4a](https://github.com/julio-supervisor/agents-studio-be/commit/1adef4af2e459b2cd44f156ac6771a7e18d45b68))
146
- * **ci:** update coverage badge generation to create a pull request ([967d1a0](https://github.com/julio-supervisor/agents-studio-be/commit/967d1a0f8c207db2929f36e686bb2ab327b413f5))
147
- * **ci:** update coverage badge PR creation to include branch and base parameters ([769c696](https://github.com/julio-supervisor/agents-studio-be/commit/769c696c438d5945043bf9bcd6d001c10285e3b3))
148
- * expose api key reveal flow ([612cf69](https://github.com/julio-supervisor/agents-studio-be/commit/612cf695ff9cad480cafc27daf831095290eccfa))
149
-
150
- ### Bug Fixes
151
-
152
- * **ci:** agregar badges a la lista de rutas ignoradas en eventos de push y pull_request ([4928c13](https://github.com/julio-supervisor/agents-studio-be/commit/4928c1324e26d0e0db7ba62784b3df159ca48488))
153
- * **ci:** agregar rutas ignoradas para badges en eventos de push ([f99328a](https://github.com/julio-supervisor/agents-studio-be/commit/f99328ae76e953d1254f068dd4675f2843ac1587))
154
- * **ci:** change contents permission from write to read for unit tests ([2cb24e0](https://github.com/julio-supervisor/agents-studio-be/commit/2cb24e0b33fd6e62d02a8f642669255e94b6b3bd))
155
- * **ci:** update permissions for unit tests to include write access for contents, issues, and id-token ([a5078db](https://github.com/julio-supervisor/agents-studio-be/commit/a5078dbbe52b1f6406848f30bd470231c22ce2c9))
156
-
157
-
158
- ## v1.11.0
102
+ - Incorpora endpoints de administración de API keys, nuevos tipos de dominio y pruebas de cliente para emitir y revocar llaves ([1eceb002](https://github.com/julio-supervisor/agents-studio-be/commit/1eceb002c296ba017a71516f4710d28bbee6a235)).
103
+ - Agrega el flujo de revelado de API keys, incluyendo utilidades HTTP, pruebas y documentación en el SDK ([612cf69](https://github.com/julio-supervisor/agents-studio-be/commit/612cf695ff9cad480cafc27daf831095290eccfa)).
159
104
 
160
105
  ## [1.11.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.10.0...v1.11.0) (2025-10-19)
161
106
 
162
107
  ### Features
163
108
 
164
- * **agent-blueprints:** add module implementation and tests ([d631ce5](https://github.com/julio-supervisor/agents-studio-be/commit/d631ce59cf439306020d7e06fe561a808d1f2753))
165
- * **blueprints:** implement agent blueprints API and integrate with client ([d166104](https://github.com/julio-supervisor/agents-studio-be/commit/d166104f04951d434f5cf89d068babff76ceb42d))
166
-
167
-
168
- ## v1.10.0
109
+ - Añade la API de blueprints de agentes con endpoints, entidades y pruebas de integración en el cliente ([d166104](https://github.com/julio-supervisor/agents-studio-be/commit/d166104f04951d434f5cf89d068babff76ceb42d)).
169
110
 
170
111
  ## [1.10.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.9.0...v1.10.0) (2025-10-17)
171
112
 
172
113
  ### Features
173
114
 
174
- * **badges:** agregar archivo SVG de badge de cobertura ([9a880d4](https://github.com/julio-supervisor/agents-studio-be/commit/9a880d4e5f6983ab441aa04371ee5c49ee69de16))
175
- * **ci:** add coverage badge generation and update README with coverage metrics ([ce21547](https://github.com/julio-supervisor/agents-studio-be/commit/ce21547440a70536fb461526dc8673c8e91ca1fc))
176
- * **ci:** add NODE_AUTH_TOKEN build argument for Docker image ([5711a10](https://github.com/julio-supervisor/agents-studio-be/commit/5711a106667262e83b3598c71a7aa85b7468d3d2))
177
- * **ci:** update coverage badge generation and enhance README with CI badges ([f65f7df](https://github.com/julio-supervisor/agents-studio-be/commit/f65f7df6d6eb40f401bbee0e9c9cc25dbce98476))
178
- * **instructions:** implement instruction management module ([48f2a5e](https://github.com/julio-supervisor/agents-studio-be/commit/48f2a5e6549606707b2571a0844d433d8b8a8dc9))
179
-
180
- ### Bug Fixes
181
-
182
- * **ci:** update coverage badge generation action and README to reflect new badge path ([0ba765c](https://github.com/julio-supervisor/agents-studio-be/commit/0ba765c67c7bba37aa5fbb2f75f0e0eb2d53cd93))
183
- * **ci:** update coverage badge generation paths for consistency ([fec0e57](https://github.com/julio-supervisor/agents-studio-be/commit/fec0e57bd7e1f2e9de01058da89271b0a542a7b4))
184
- * **docs:** actualizar descripciones de instrucciones en la especificación OpenAPI ([5f8a36f](https://github.com/julio-supervisor/agents-studio-be/commit/5f8a36f9ceab3b39d6f81a51ef9500d33eb5713a))
185
- * **docs:** corregir la ruta del badge de cobertura en el README ([049c28f](https://github.com/julio-supervisor/agents-studio-be/commit/049c28fa4323f82b43616d92fd262309f8d84efa))
186
-
187
-
188
- ## v1.9.0
115
+ - Implementa el módulo de instrucciones, con nuevos tipos, validaciones y esquemas OpenAPI actualizados para manejar contenido versionado ([48f2a5e](https://github.com/julio-supervisor/agents-studio-be/commit/48f2a5e6549606707b2571a0844d433d8b8a8dc9)).
189
116
 
190
117
  ## [1.9.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.8.0...v1.9.0) (2025-10-16)
191
118
 
192
119
  ### Features
193
120
 
194
- * **api-keys:** add API key management functionality ([bf2ae93](https://github.com/julio-supervisor/agents-studio-be/commit/bf2ae93ea123707eaf8676027819d8739d31f7f1))
195
-
196
-
197
- ## v1.8.0
121
+ - Extiende el cliente con manejo integral de API keys, incluyendo guards, configuración y pruebas de flujo completo ([bf2ae93](https://github.com/julio-supervisor/agents-studio-be/commit/bf2ae93ea123707eaf8676027819d8739d31f7f1)).
198
122
 
199
123
  ## [1.8.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.7.0...v1.8.0) (2025-10-15)
200
124
 
201
125
  ### Features
202
126
 
203
- * add complete CRUD example for agents in the SDK ([4e07584](https://github.com/julio-supervisor/agents-studio-be/commit/4e07584aac8537c5050cdaac20722c5d23d4e841))
204
- * agent module ([6ba4512](https://github.com/julio-supervisor/agents-studio-be/commit/6ba4512a07d2deda71d24a448bef5523e8e06542))
205
- * agregar argumento de construcción NODE_AUTH_TOKEN en el flujo de trabajo de despliegue ([f2d4923](https://github.com/julio-supervisor/agents-studio-be/commit/f2d4923a3e332fc3c660033f63d24bd0907beb85))
206
- * agregar configuración de Node.js en flujos de trabajo de despliegue ([dd7a194](https://github.com/julio-supervisor/agents-studio-be/commit/dd7a194d168a1ceb71731cf572f069eb838d1ae1))
207
- * agregar depuración de autenticación npm y visibilidad de paquetes en los flujos de trabajo de despliegue ([9e25cd9](https://github.com/julio-supervisor/agents-studio-be/commit/9e25cd989123f8b9640a8e51973f9ee6a8abd5df))
208
- * agregar guía de despliegue con GitHub Actions para el backend de Agents Studio ([0196448](https://github.com/julio-supervisor/agents-studio-be/commit/01964486b7c038ee46bd014379842d8e5c28c754))
209
- * agregar soporte para NODE_AUTH_TOKEN en el Dockerfile para la instalación de dependencias ([d47a299](https://github.com/julio-supervisor/agents-studio-be/commit/d47a2996d9f89d3860cc7d7c54f61fe71a0e6e9d))
210
- * **ci:** agregar pasos de depuración para la autenticación de npm y visibilidad de paquetes ([17c8aed](https://github.com/julio-supervisor/agents-studio-be/commit/17c8aed6d071a6b0c034bd88588b930fdd26ab05))
211
-
212
- ### Bug Fixes
213
-
214
- * **tsconfig:** corregir la ruta del dominio de agentes en la configuración de TypeScript ([d3480c8](https://github.com/julio-supervisor/agents-studio-be/commit/d3480c815c220491061d8e44debcab4ffdd40f96))
215
-
216
-
217
- ## v1.7.0
127
+ - Añade un ejemplo CRUD completo de agentes y actualiza paginación, filtros y pruebas asociadas en el SDK ([4e07584](https://github.com/julio-supervisor/agents-studio-be/commit/4e07584aac8537c5050cdaac20722c5d23d4e841)).
218
128
 
219
129
  ## [1.7.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.6.0...v1.7.0) (2025-10-13)
220
130
 
221
- ### Features
222
-
223
- * **migrations:** agregar migraciones para renombrar tablas y actualizar esquemas de agentes ([04353a2](https://github.com/julio-supervisor/agents-studio-be/commit/04353a27ec0a8f3a14ebf1c86a80dc37e2b6ad81))
131
+ ### Refactors
224
132
 
225
- ## v1.6.0
133
+ - Unifica referencias de proveedor en tipos y pruebas del cliente para utilizar nomenclatura genérica ([d1d78c1](https://github.com/julio-supervisor/agents-studio-be/commit/d1d78c189766253df7544da8e5d7245eba43def0)).
226
134
 
227
135
  ## [1.6.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.5.0...v1.6.0) (2025-10-13)
228
136
 
229
- ### Features
230
-
231
- * **api:** add endpoints for managing agents, agent versions, instructions, and tools ([60a5b8f](https://github.com/julio-supervisor/agents-studio-be/commit/60a5b8f18bbd315b5caeb2191240c28a1540bb62))
232
-
233
- ## v1.5.0
137
+ Sin cambios en el SDK JS.
234
138
 
235
139
  ## [1.5.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.4.0...v1.5.0) (2025-10-13)
236
140
 
237
141
  ### Features
238
142
 
239
- * add agent tags management API for associating and removing tags from agents ([88e5b87](https://github.com/julio-supervisor/agents-studio-be/commit/88e5b87c256d3671ad27d503c954bc41c6175811))
143
+ - Expone la API de tags de agentes con nuevos endpoints, entidades y pruebas en el cliente ([88e5b87](https://github.com/julio-supervisor/agents-studio-be/commit/88e5b87c256d3671ad27d503c954bc41c6175811)).
240
144
 
145
+ ### Refactors
241
146
 
242
- ## v1.4.0
147
+ - Refina los tipos de consultas para mejorar la flexibilidad en filtrados y mantener compatibilidad con el query builder ([4638bda](https://github.com/julio-supervisor/agents-studio-be/commit/4638bda5b04efe6f5c5eefe06738d8f76593b2dd)).
148
+ - Reestructura el cliente de agentes para eliminar el knowledge base heredado e introducir instrucciones versionadas junto con nuevos tipos y utilidades ([005b3fd](https://github.com/julio-supervisor/agents-studio-be/commit/005b3fd42621dfcd8d10b674f21c202f0d6fc3ba)).
243
149
 
244
150
  ## [1.4.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.3.0...v1.4.0) (2025-10-12)
245
151
 
246
152
  ### Features
247
153
 
248
- * Add new SVG icons, images, and documentation updates for Agents Studio API ([3687495](https://github.com/julio-supervisor/agents-studio-be/commit/3687495640477794754b731e912d3f15b9e6db4e))
249
- * enhance API documentation for agent management and workspace onboarding processes ([819c26c](https://github.com/julio-supervisor/agents-studio-be/commit/819c26cb662401b60004828ac7364aebd7eca039))
250
-
251
- ## v1.3.0
154
+ - Mejora los endpoints del SDK para agentes y workspaces, añadiendo utilidades de paginación y documentación ampliada para onboarding ([819c26c](https://github.com/julio-supervisor/agents-studio-be/commit/819c26cb662401b60004828ac7364aebd7eca039)).
252
155
 
253
156
  ## [1.3.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.2.0...v1.3.0) (2025-10-11)
254
157
 
255
158
  ### Features
256
159
 
257
- * actualizar la configuración de autenticación de npm para usar NODE_AUTH_TOKEN en los flujos de trabajo de despliegue y pruebas ([1817bde](https://github.com/julio-supervisor/agents-studio-be/commit/1817bdef6894d52d8be9b6c9649894446ae8dbf4))
258
- * actualizar la versión de @getsupervisor/api-query-builder a 1.3.0 y agregar script de ejemplos ([dfc83c5](https://github.com/julio-supervisor/agents-studio-be/commit/dfc83c5c7ffccac704a4212c20f054b37bf4c620))
259
- * **agents:** mejorar la API de agentes para incluir entidades y respuestas con datos adicionales ([7f0103a](https://github.com/julio-supervisor/agents-studio-be/commit/7f0103a4fd881f74cacaa7057562998ad6cd12a5))
260
- * agregar autenticación npm en flujos de trabajo y mejorar ejemplos de agente ([7ef9dd5](https://github.com/julio-supervisor/agents-studio-be/commit/7ef9dd54f548d017609e143f1a06200b8e7da121))
261
- * agregar configuración de autenticación npm para el alcance [@getsupervisor](https://github.com/getsupervisor) en flujos de trabajo ([7cd5890](https://github.com/julio-supervisor/agents-studio-be/commit/7cd5890936e96318f52852898a9d740b87b1eb2f))
262
- * agregar exclusión de ejemplos de SDK en tsconfig.build.json ([5fe700c](https://github.com/julio-supervisor/agents-studio-be/commit/5fe700c48a04f0419729bdb854f18ad7580d5850))
263
- * ajustar el directorio de trabajo y mejorar la depuración de autenticación npm en el flujo de trabajo de lanzamiento ([acef050](https://github.com/julio-supervisor/agents-studio-be/commit/acef0502b58d9edd15abf1d252c4c33052536661))
264
- * ajustar el directorio de trabajo y simplificar la instalación de dependencias en el flujo de trabajo de lanzamiento ([dd2b009](https://github.com/julio-supervisor/agents-studio-be/commit/dd2b0090f3e781472fb1401290ba7e971c4c7b17))
265
- * **api:** add query builder utilities and enhance OpenAPI spec ([1a6744a](https://github.com/julio-supervisor/agents-studio-be/commit/1a6744ac73c0eb4b5e35a7aadfb8093012c18b29))
266
- * especificar la ruta del Dockerfile en el proceso de construcción de la imagen ([1a7ac54](https://github.com/julio-supervisor/agents-studio-be/commit/1a7ac5406072a81b316e41014ad9bf482b9733fb))
267
- * habilitar la ejecución manual del flujo de trabajo de lanzamiento del SDK ([25c3654](https://github.com/julio-supervisor/agents-studio-be/commit/25c365481c81a9d7408e8846aee77af193c271e6))
268
- * reemplazar npm por yarn para la instalación de dependencias y construcción del paquete ([7f09844](https://github.com/julio-supervisor/agents-studio-be/commit/7f09844a26c311e6762570338063ff1a37002ee7))
269
- * simplificar la configuración de autenticación npm en el flujo de trabajo de lanzamiento ([94fce18](https://github.com/julio-supervisor/agents-studio-be/commit/94fce181286649a276e5556eb256ac6b62ac178e))
270
-
271
- ## v1.2.0
272
-
273
- ## [1.2.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.1.0...v1.2.0) (2025-10-10)
274
-
275
- ### Features
160
+ - Integra `@getsupervisor/api-query-builder` y utilidades de filtros para consultas avanzadas desde el SDK ([1a6744a](https://github.com/julio-supervisor/agents-studio-be/commit/1a6744ac73c0eb4b5e35a7aadfb8093012c18b29)).
161
+ - Enriquece la API de agentes con respuestas extendidas, pruebas reforzadas y entidades adicionales ([7f0103a](https://github.com/julio-supervisor/agents-studio-be/commit/7f0103a4fd881f74cacaa7057562998ad6cd12a5)).
162
+ - Actualiza ejemplos para soportar autenticación npm en los flujos de trabajo y guías del SDK ([7ef9dd5](https://github.com/julio-supervisor/agents-studio-be/commit/7ef9dd54f548d017609e143f1a06200b8e7da121)).
276
163
 
277
- * **authorization:** mejorar la configuración y pruebas del sistema de autorización ([d963e9d](https://github.com/julio-supervisor/agents-studio-be/commit/d963e9da8d0f97547c7fb93b9b2fb5689e164cbb))
278
- * **authz:** add casbin authorization module and tests ([2340f5f](https://github.com/julio-supervisor/agents-studio-be/commit/2340f5f0dc6e3a439b78e8147053c30762cd9dad))
279
- * **authz:** ajustar rutas de mapeo y mejorar pruebas de autorización ([d8e10ef](https://github.com/julio-supervisor/agents-studio-be/commit/d8e10efcbcf41e07b929fa9578ec65d947d83c66))
280
- * **authz:** implementar configuración de características de la aplicación y adaptador Casbin sin operaciones ([74599a7](https://github.com/julio-supervisor/agents-studio-be/commit/74599a722452c19599e13be3318a096400a9b8e0))
281
- * **authz:** refactor NullAuthorizationCache methods and improve policy management logic ([93beddf](https://github.com/julio-supervisor/agents-studio-be/commit/93beddfdb832ab7d3d0562c42e99fdae6eb9fb8b))
282
- * **docker:** agregar copiado de modelos de Casbin y políticas en el Dockerfile ([8122479](https://github.com/julio-supervisor/agents-studio-be/commit/81224793ed1d6756734f884a1e01950713885ec8))
283
- * **docker:** ajustar Dockerfile para construir desde el directorio correcto y mejorar la gestión de dependencias ([b382edf](https://github.com/julio-supervisor/agents-studio-be/commit/b382edfd7aaac87b2f8c88cc8f9b270abeaff3a9))
284
- * enhance agent management with new API endpoints and entity bindings ([ff7fd49](https://github.com/julio-supervisor/agents-studio-be/commit/ff7fd49c572828b394cbc3724568cc1ac3a81664))
285
- * **issue-templates:** agregar plantillas para reportes de bugs, solicitudes de características y problemas de documentación ([eae8404](https://github.com/julio-supervisor/agents-studio-be/commit/eae840448e403afa783dd5301ff2ebe0e811a724))
164
+ ### Chores
286
165
 
287
- ### Bug Fixes
166
+ - Actualiza la dependencia `@getsupervisor/api-query-builder` a la versión 1.3.0 y sincroniza el lockfile del SDK ([dfc83c5](https://github.com/julio-supervisor/agents-studio-be/commit/dfc83c5c7ffccac704a4212c20f054b37bf4c620)).
288
167
 
289
- * **docker:** corregir rutas en el entrypoint y el comando de inicio para la aplicación ([a8e0c0b](https://github.com/julio-supervisor/agents-studio-be/commit/a8e0c0b7adcb1de5b6a409e99dfc4c4f6c4247ef))
290
- * **migrations:** corregir rutas de migraciones para asegurar la correcta ejecución ([b2a7ed1](https://github.com/julio-supervisor/agents-studio-be/commit/b2a7ed1eaa153a77646220e7d57d61653bb07919))
168
+ ## [1.2.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.1.0...v1.2.0) (2025-10-10)
291
169
 
170
+ ### Features
292
171
 
293
- ## v1.1.0
172
+ - Habilita endpoints y entidades para la gestión de agentes con soporte multi-tenant y paginación desde el cliente ([ff7fd49](https://github.com/julio-supervisor/agents-studio-be/commit/ff7fd49c572828b394cbc3724568cc1ac3a81664)).
294
173
 
295
174
  ## [1.1.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.0.0...v1.1.0) (2025-10-09)
296
175
 
297
176
  ### Features
298
177
 
299
- * agregar documentación inicial para el monorepo y sus contextos ([84b7383](https://github.com/julio-supervisor/agents-studio-be/commit/84b7383189c83e0e0a72d95ec12234253a317c0a))
300
- * agregar endpoint de health check y controlador correspondiente ([361f3b9](https://github.com/julio-supervisor/agents-studio-be/commit/361f3b9bf30907ed37c17ab7da5a60b8816a659a))
301
- * agregar soporte para workspaces dinámicos en el cliente, incluyendo métodos para establecer y obtener el workspace actual ([2eb6894](https://github.com/julio-supervisor/agents-studio-be/commit/2eb6894de045e69200a42f333383b8826c4eda19))
302
- * **auth:** integrate Auth0 for JWT authentication ([6a885f5](https://github.com/julio-supervisor/agents-studio-be/commit/6a885f5351898b5fdbe3ef036a1dcace311e446e))
303
- * **database:** agregar configuración de PostgreSQL y TypeORM, incluyendo documentación y docker-compose ([01cf725](https://github.com/julio-supervisor/agents-studio-be/commit/01cf7258c34c04843f8b85c88797a1deca3682de))
304
- * **database:** agregar migración para la tabla external_workspaces con extensión pgcrypto ([71173e7](https://github.com/julio-supervisor/agents-studio-be/commit/71173e7c5abdc1095471ee0ae37a7b5641c1a90c))
305
- * **database:** agregar migraciones para las tablas business_hour_exceptions, agent_business_hours, catalog_tags, agent_versions, user_profiles, user_roles y workspace_settings, incluyendo índices y triggers ([d735ade](https://github.com/julio-supervisor/agents-studio-be/commit/d735ade30d0a2269bd37f03e3d0543e3d83e4fcd))
306
- * **database:** agregar migraciones para las tablas external_users y agents, incluyendo índices y restricciones ([7d00502](https://github.com/julio-supervisor/agents-studio-be/commit/7d00502dbb402a3e7c18a78a7b9d5b6c70ef7e94))
307
- * **database:** agregar migraciones y semillas para catálogos de lenguaje, estilo, tono y herramientas, incluyendo funciones utilitarias ([1ee3857](https://github.com/julio-supervisor/agents-studio-be/commit/1ee385707ac4b98d514e7527d5e7296d64185bec))
308
- * enhance documentation for agent creation endpoint and update interceptor details ([4660630](https://github.com/julio-supervisor/agents-studio-be/commit/466063032ed0d739d67d50c828c829d5ae849fe6))
309
- * implement WorkspaceGuard for workspace ID validation in HTTP requests ([6011d1f](https://github.com/julio-supervisor/agents-studio-be/commit/6011d1f3fe763bf111863ac3dffb9b1c620fa5fc))
310
-
311
-
312
- ## v1.0.0
178
+ - Permite configurar el workspace actual desde el cliente, actualizando endpoints, tipos y utilidades HTTP para multi-tenancy dinámico ([2eb6894](https://github.com/julio-supervisor/agents-studio-be/commit/2eb6894de045e69200a42f333383b8826c4eda19)).
313
179
 
314
180
  ## 1.0.0 (2025-10-07)
315
181
 
316
182
  ### Features
317
183
 
318
- * agregar módulo de agentes y espacio de trabajo con controladores y servicios ([14a91ac](https://github.com/julio-supervisor/agents-studio-be/commit/14a91acd242d648469590916e4c45080a5336d33))
319
- * agregar módulo de herramientas con controlador y servicio mock ([70e7335](https://github.com/julio-supervisor/agents-studio-be/commit/70e7335b656ed693d0b9ab1fe35408a11dd88ff9))
320
- * implement code changes to enhance functionality and improve performance ([732e680](https://github.com/julio-supervisor/agents-studio-be/commit/732e680dffcb4ec0c34260d54a32d76bdfa080e8))
321
- * implement initial structure for public API with tools and workspaces modules ([c6f9e6f](https://github.com/julio-supervisor/agents-studio-be/commit/c6f9e6f40ea25026c73bef801fe84095bcff3c91))
322
-
323
- ### Bug Fixes
324
-
325
- * corregir la ruta de trabajo y la ruta del artefacto de cobertura en el flujo de trabajo de pruebas unitarias ([43863e4](https://github.com/julio-supervisor/agents-studio-be/commit/43863e4043b1cba3840adfb8d2b53d7ec92471fa))
326
- * corregir la ruta del archivo de bloqueo de dependencias en el flujo de trabajo de despliegue ([ddfabd2](https://github.com/julio-supervisor/agents-studio-be/commit/ddfabd24bf7bd8561e7bc0c826fd15a734fee1fd))
327
- * corregir la ruta del archivo de bloqueo de dependencias en el flujo de trabajo de pruebas unitarias ([3486c88](https://github.com/julio-supervisor/agents-studio-be/commit/3486c888cbbc98443b127b4ef75e2f7cf233f590))
328
-
329
-
330
- # Changelog
184
+ - Publicación inicial del SDK con estructura hexagonal, cliente HTTP, módulos de herramientas y workspaces, y tipados OpenAPI generados ([c6f9e6f](https://github.com/julio-supervisor/agents-studio-be/commit/c6f9e6f40ea25026c73bef801fe84095bcff3c91)).
331
185
 
332
- Todas las notas de versión generadas automáticamente por semantic-release aparecerán aquí.
package/README.md CHANGED
@@ -14,7 +14,7 @@ npm i @getsupervisor/agents-studio-sdk
14
14
  import { createClient } from '@getsupervisor/agents-studio-sdk';
15
15
 
16
16
  const client = createClient({
17
- baseUrl: 'https://public-api.getsupervisor.ai',
17
+ baseUrl: 'https://api-prod.studio.getsupervisor.ai',
18
18
  headers: { Authorization: 'Bearer <token>' },
19
19
  workspaceId: 'ws-123',
20
20
  });
@@ -233,7 +233,7 @@ Consulta el archivo `examples/agents-crud.ts` para ver un flujo end-to-end que:
233
233
  Ejecuta el ejemplo definiendo `API_BASE_URL`, `WORKSPACE_ID` y `API_TOKEN`:
234
234
 
235
235
  ```bash
236
- API_BASE_URL=https://public-api.getsupervisor.ai \
236
+ API_BASE_URL=https://api-prod.studio.getsupervisor.ai \
237
237
  WORKSPACE_ID=ws-123 \
238
238
  API_TOKEN=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... \
239
239
  npx tsx examples/agents-crud.ts
@@ -328,7 +328,7 @@ Los endpoints `/v1/api-keys` permiten listar, crear y revocar credenciales por w
328
328
  import { createClient } from '@getsupervisor/agents-studio-sdk';
329
329
 
330
330
  const client = createClient({
331
- baseUrl: 'https://public-api.getsupervisor.ai',
331
+ baseUrl: 'https://api-prod.studio.getsupervisor.ai',
332
332
  headers: { Authorization: `Bearer ${token}` },
333
333
  workspaceId: 'ws-123',
334
334
  });
@@ -376,7 +376,7 @@ Si necesitas controlar manualmente las peticiones (por ejemplo, en un entorno co
376
376
  import { createHttp } from '@getsupervisor/agents-studio-sdk';
377
377
 
378
378
  const http = createHttp({
379
- baseUrl: 'https://public-api.getsupervisor.ai',
379
+ baseUrl: 'https://api-prod.studio.getsupervisor.ai',
380
380
  headers: { Authorization: `Bearer ${token}` },
381
381
  workspaceId: 'ws-123',
382
382
  });