dotnet add CrestApps.OrchardCore.AIProvides the Artificial Intelligence module for Orchard Core.
Features
AI Services
Provides AI services. Its manifest-backed feature ID is CrestApps.OrchardCore.AI, and it is categorized as Artificial Intelligence. It depends on CrestApps.OrchardCore.Resources, so Orchard Core enables that dependency when this feature is enabled. The manifest marks it as enabled by dependency only, so it is intended to support other features rather than be selected as a standalone end-user feature. This description is based on the CrestApps manifest and documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
AI Chat Services
Provides all the necessary services to enable chatting with AI models using profiles. Its manifest-backed feature ID is CrestApps.OrchardCore.AI.Chat.Core, and it is categorized as Artificial Intelligence. It depends on OrchardCore.Liquid, CrestApps.OrchardCore.Resources, CrestApps.OrchardCore.AI.Prompting, and CrestApps.OrchardCore.AI, so Orchard Core enables those dependencies when this feature is enabled. The manifest marks it as enabled by dependency only, so it is intended to support other features rather than be selected as a standalone end-user feature. This description is based on the CrestApps manifest and documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
AI Chat WebAPI
Provides a RESTful API for interacting with the AI chat. Its manifest-backed feature ID is CrestApps.OrchardCore.AI.Chat.Api, and it is categorized as Artificial Intelligence. It depends on CrestApps.OrchardCore.AI.Chat.Core, so Orchard Core enables that dependency when this feature is enabled. This description is based on the CrestApps manifest and documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
AI Connection Management
Provides user interface to manage AI connections. Its manifest-backed feature ID is CrestApps.OrchardCore.AI.ConnectionManagement, and it is categorized as Artificial Intelligence. It depends on CrestApps.OrchardCore.AI, so Orchard Core enables that dependency when this feature is enabled. This description is based on the CrestApps manifest and documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
AI Tool Instances
Provides user interface to manage AI tool instances. Its manifest-backed feature ID is CrestApps.OrchardCore.AI.ToolInstances, and it is categorized as Artificial Intelligence. It depends on CrestApps.OrchardCore.AI, so Orchard Core enables that dependency when this feature is enabled. This description is based on the CrestApps manifest and documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
- MIT