Skip to content

Commit 649f6d0

Browse files
committed
Add enterprise edition demo
1 parent 19a2568 commit 649f6d0

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"ruff.fixAll": true,
1313
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
1414
"python.terminal.activateEnvironment": true,
15-
"python.languageServer": "Pylance",
15+
"python.languageServer": "None",
1616
"editor.defaultFormatter": "esbenp.prettier-vscode",
1717
"editor.formatOnSave": true,
1818
"editor.codeActionsOnSave": {
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Enterprise Edition
2+
3+
## Overview
4+
5+
Agentex Enterprise Edition offers enhanced capabilities to support, monitor, and evaluate Agentex agents. The video below gives a brief demo of the what the developer experience would look like with Agentex's enterprise features enabled
6+
7+
8+
<video controls width="100%" >
9+
<source src="https://github.com/user-attachments/assets/cccb6211-281c-49d5-b24c-6730ae576b14" type="video/mp4">
10+
</video>

agentex/docs/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ nav:
7575
- State Machines: development_guides/state_machines.md
7676
- Agent Task Tracker: development_guides/agent_task_tracker.md
7777
- Webhooks: development_guides/webhooks.md
78+
- Enterprise Edition: development_guides/enterprise_edition.md
7879
- Temporal Development:
7980
- Overview: temporal_development/overview.md
8081
- Use Cases: temporal_development/use_cases.md

0 commit comments

Comments
 (0)