aihub-eap

Automate setup and debugging of InterSystems AI Hub EAP deployments.

27|10|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/intersystems-community/iris-dev --skill aihub-eap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aihub-eap
Source: https://github.com/intersystems-community/iris-dev/tree/main/light-skills/skills/aihub-eap
Command: npx skills add https://github.com/intersystems-community/iris-dev --skill aihub-eap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

InterSystems AI Hub EAP (Early Access Program) provides a structured reference for adopting and debugging the platform by outlining accurate API patterns, declarative agent parameters, provider creation, and essential workflow patterns across builds 158/159/161/162.

Core Features & Use Cases

  • Declarative agent patterns with %AI.Agent
  • ConfigStore integration for GetProviderForConfig, and wallet/env substitutions (@{env/config/wallet})
  • Session management, streaming, and tool set integration across MCP workflows
  • Awareness of breaking changes from Build 141 to today

Quick Start

Load this AI Hub EAP reference into IRIS and begin following the declarative patterns to set up and debug AI Hub projects.

Frequently Asked Questions about aihub-eap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure declarative agent patterns in InterSystems AI Hub?

Declarative agent patterns in InterSystems AI Hub use the %AI.Agent class to define agent behavior. You configure providers, session management, and tool integration directly through declarative parameters rather than procedural code.

What breaking changes were introduced in InterSystems AI Hub after build 141?

Breaking changes after build 141 affect MCP workflows, provider configuration, and session management in AI Hub EAP. This reference tracks these changes across builds 158, 159, 161, and 162 to guide debugging and deployment adjustments.

How does ConfigStore integration handle provider configuration and wallet substitutions?

ConfigStore integration uses GetProviderForConfig to manage provider setup and supports wallet, environment, and config substitutions using the @{env/config/wallet} syntax. This allows dynamic value injection for secure configuration.

Can I manage streaming and tool set integration across MCP workflows in AI Hub EAP?

Yes, AI Hub EAP supports session management, streaming, and tool set integration across MCP workflows. The reference provides patterns for builds 158-162 to ensure proper configuration and debugging of streaming responses.

Does InterSystems AI Hub EAP support declarative patterns for builds 158 through 162?

Yes, the AI Hub EAP reference specifically covers declarative agent patterns, provider creation, and workflow configurations for builds 158, 159, 161, and 162, ensuring compatibility and proper setup across these versions.