App Profile¶
Navigate to the app's Overview page. Click the Edit icon to view the App Profile.
The App Profile lists key configuration options for an application. You can review and update these settings as required.
- Name - Display Name given to the app.
- Description - A brief summary outlining the app's purpose.
- Orchestration - Orchestration pattern for the app. Agent Platform supports two types of orchestration patterns.
- Supervisor - A centralized orchestration pattern where a supervisor agent manages and coordinates the tasks of other agents. Learn More.
- AI Model - AI model to be used by agents and supervisors, if any. Refer to this for the list of supported models. Use the gear icon to configure the AI Model settings. Configuration properties vary depending on the selected model. Refer to the model’s official documentation for details.
- Context Window Limit - Defines the maximum number of messages the application retains in the conversation context. The system uses a rolling window approach to manage the context. Once this context window limit is reached, the oldest messages are automatically removed to maintain relevance. This field takes a minimum value of 25 and maximum of 200. Consider the model token limits while setting this field.
- Real-time Voice - Enable this feature to allow users to interact with the app through voice. If this feature is enabled, select the AI model to be used by the agent and supervisor for voice interactions. Refer to this for the list of supported models. Use the gear icon to modify the model settings. Note that the configuration properties vary by model.
- External Agent - Enable this feature to allow the application to communicate with external agents through proxy agents within the app. Learn more.