Skip to content

Commit b63209c

Browse files
authored
Add enterprise edition demo (#78)
Adds a section under development guides called Enterprise edition with a new devex demo/tutorial <img width="1686" height="940" alt="image" src="https://github.com/user-attachments/assets/123825f1-e216-4b7e-a249-a44a02ff1ebd" /> <img width="1265" height="1140" alt="image" src="https://github.com/user-attachments/assets/4997ad0e-d708-427a-bc09-502933ad7896" />
1 parent bfa5407 commit b63209c

3 files changed

Lines changed: 35 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: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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>
11+
12+
## Why Open Source?
13+
14+
At Scale, we've spent the last three years building enterprise AI agents and learned how different every use case is. To unify our approach, we built a single delivery framework and now we're open-sourcing it to share what we've learned. Many enterprises have built upon open source tooling, and we want to contribute to that ecosystem. Our goal is simple: see more useful AI in production.
15+
16+
Agentex is also cloud-agnostic and Kubernetes-native. We intentionally kept it lightweight and unopinionated to maximize flexibility and to incur minimal infrastructure and security overhead.
17+
18+
Here are the differences between Open Source vs Enterprise to meet different organizational needs:
19+
20+
| Feature | Open Source Edition | Enterprise Edition |
21+
|---------|--------------------|--------------------|
22+
| **Source Code** | ✅ Open source server, developer UI, and SDK | ✅ Open source server, developer UI, and SDK |
23+
| **Local Development** | ✅ Use this repo for local development | ✅ Use this repo for local development |
24+
| **Community Support** | ✅ GitHub issues, discussions, pull requests | ✅ GitHub issues, discussions, pull requests |
25+
| **GitOps Setup** | ❌ DIY deployment using public helm charts and the `agentex` CLI in CI/CD | ✅ Scale sets up CI/CD on select repositories for automatic agent deployment |
26+
| **Builder Tools** | ❌ Bring your own (vector stores, models, etc.) | ✅ Model inference, knowledge bases, etc. |
27+
| **Agent Operations (AgentOps)** | ❌ Not included | ✅ Full agent lifecycle management: hosting, version control, interaction UI, tracing, evaluation |
28+
| **Identity Management** | ❌ No user management | ✅ SSO/SAML authentication, centralized API key management |
29+
| **Enterprise Operations** | ❌ Self-service setup | ✅ Uptime/availability SLAs, security reviews, deployment, installation, ongoing maintenance |
30+
31+
**Ready for Enterprise?** Contact our team at https://scale.com/demo to discuss your requirements.
32+
33+
> For our current and future customers, Agentex is a module that is hosted and deployed as part of the Scale GenAI Platform's Enterprise License. This open source project is meant to give people a local development ability and community support.

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)