@23blocks/sdk 13.6.0 → 13.7.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 +19 -0
- package/llms.txt +11 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## 13.7.0 (2026-03-14)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **@23blocks/sdk:** rebuild with jarvis prompt tests, agent tests, templates, company keys, LLM providers ([017b6da](https://github.com/23blocks-OS/frontend-sdk/commit/017b6da))
|
|
6
|
+
|
|
7
|
+
### 📖 Documentation
|
|
8
|
+
|
|
9
|
+
- add jarvis prompt tests, agent tests, templates, company keys, LLM providers to llms.txt ([c5d6d23](https://github.com/23blocks-OS/frontend-sdk/commit/c5d6d23))
|
|
10
|
+
|
|
11
|
+
### 🧱 Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated @23blocks/block-jarvis to 5.3.0
|
|
14
|
+
|
|
15
|
+
### ❤️ Thank You
|
|
16
|
+
|
|
17
|
+
- Claude Opus 4.6
|
|
18
|
+
- Juan Pelaez
|
|
19
|
+
|
|
1
20
|
## 13.6.0 (2026-03-14)
|
|
2
21
|
|
|
3
22
|
### 🚀 Features
|
package/llms.txt
CHANGED
|
@@ -535,14 +535,21 @@ const [authHealth, crmHealth] = await Promise.all([
|
|
|
535
535
|
- `webhooks` - Wallet webhooks
|
|
536
536
|
|
|
537
537
|
### jarvis (block-jarvis)
|
|
538
|
-
- `agents`, `agentRuntime` - AI agent management and execution
|
|
539
|
-
- `prompts`, `promptComments` - Prompt management
|
|
538
|
+
- `agents`, `agentRuntime` - AI agent management and execution (run status polling)
|
|
539
|
+
- `prompts`, `promptComments` - Prompt management (publish versions, execute with streaming)
|
|
540
540
|
- `workflows`, `workflowSteps`, `workflowParticipants`, `workflowInstances` - AI workflows
|
|
541
|
-
- `executions`, `executionComments` - Execution tracking
|
|
541
|
+
- `executions`, `executionComments` - Execution tracking (filter by runUniqueId, list by prompt version, get by prompt)
|
|
542
542
|
- `conversations` - AI conversations
|
|
543
|
-
- `aiModels` - Model configuration
|
|
543
|
+
- `aiModels` - Model configuration (OpenAI available models)
|
|
544
544
|
- `entities`, `clusters` - Knowledge management
|
|
545
545
|
- `users` - Jarvis user management
|
|
546
|
+
- `tools`, `agentTools`, `agentToolAssignments` - Tool management and agent-tool assignments
|
|
547
|
+
- `conditions`, `stepTransitions` - Workflow BPMN conditions and step transitions
|
|
548
|
+
- `promptTests`, `promptTestEvaluations` - Prompt test cases, execution, evaluation, version comparison
|
|
549
|
+
- `agentTests` - Agent test cases, execution, results
|
|
550
|
+
- `promptTemplates` - Read-only prompt template gallery
|
|
551
|
+
- `companyKeys` - Company API key management (list, create, delete)
|
|
552
|
+
- `llmProviders` - LLM provider listing, validation, and model discovery
|
|
546
553
|
- `mailTemplates` - AI email templates
|
|
547
554
|
- `marvinChat` - Chat interface
|
|
548
555
|
- `analytics` - Dashboard analytics and reporting (overview, usage, costs, feedback, conversations, RAG, agents, trace)
|