-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Required prerequisites
- I have searched the Issue Tracker and Discussions that this hasn't already been reported. (+1 or comment there if it has.)
- Consider asking first in a Discussion.
Motivation
Motivation
From my understanding,as a powerful multi-agent framework, CAMEL currently leans more towards a consumer-facing (toC) product framework .
However, the runtime-level capabilities required for enterprise (toB) deployment (e.g., concurrency control, state governance, security isolation) will be the Agent in future. Elevating it to an Agentic Runtime aligns with AI-native infrastructure(k8s) trends and better addresses toB needs for production readiness.
REF:https://aaif.io/press/linux-foundation-announces-the-formation-of-the-agentic-ai-foundation-aaif-anchored-by-new-project-contributions-including-model-context-protocol-mcp-goose-and-agents-md/
Feature Request
Support integration with AI-native infrastructure (e.g., Kubernetes, Ray) for cloud-native scheduling and scalability.
Add a unified state model (session/task/intermediate states) with breakpoint recovery and execution trace persistence.
Introduce tool sandboxing and resource scheduling for isolated execution, permission control, and Token/GPU resource limits.
Solution
No response
Alternatives
No response
Additional context
No response