Interface: AgentOSConfig
Defined in: packages/agentos/src/api/AgentOS.ts:407
Interface
AgentOSConfig
Description
Defines the comprehensive configuration structure required to initialize and operate
the AgentOS service. This configuration object aggregates settings for all major
sub-components and dependencies of the AgentOS platform.
Properties
authService?
optionalauthService:IAuthService
Defined in: packages/agentos/src/api/AgentOS.ts:514
Optional authentication service implementing IAuthService. Provide via the auth extension or your own adapter.
conversationManagerConfig
conversationManagerConfig:
ConversationManagerConfig
Defined in: packages/agentos/src/api/AgentOS.ts:489
Configuration for the ConversationManager.
defaultPersonaId
defaultPersonaId:
string
Defined in: packages/agentos/src/api/AgentOS.ts:495
The default Persona ID to use if none is specified in an interaction.
emergent?
optionalemergent:boolean
Defined in: packages/agentos/src/api/AgentOS.ts:680
Enable emergent capability creation. When true, the agent gains access
to the forge_tool meta-tool and can create new tools at runtime.