Overview of the Engine Module
mainThe engine module is the core component of AgentScope Runtime. It provides the fundamental building blocks for managing agent applications, including execution runners, deployment strategies, service abstractions, and data schemas. It is organized into several functional submodules:
- App & Runner: Core logic for defining and executing agent applications.
- Deployers: Tools for deploying applications to various environments (Local, Kubernetes, ModelStudio, etc.).
- Adapters: Protocol and response adapters to ensure compatibility between different agent communication standards.
- Services: Core and Sandbox services for managing runtime capabilities.
- Schemas: Data contracts for agents, sessions, embeddings, and LLM configurations.
- Tracing: Utilities for monitoring, logging, and metrics.