Versions in this module Expand all Collapse all v0 v0.12.0 Mar 9, 2026 v0.11.0 Mar 2, 2026 Changes in this version + func GenerateCDKApp(teamName string, config *AgentCoreConfig) ([]byte, error) + func GenerateCDKJSON(teamName string) ([]byte, error) + func GeneratePackageJSON(teamName string) ([]byte, error) + func GenerateStack(teamName string, agents []*core.Agent, config *AgentCoreConfig) ([]byte, error) + func WriteCDKProject(teamName string, agents []*core.Agent, outputDir string, ...) error + type Adapter struct + func (a *Adapter) DefaultDir() string + func (a *Adapter) FileExtension() string + func (a *Adapter) Marshal(agent *core.Agent) ([]byte, error) + func (a *Adapter) Name() string + func (a *Adapter) Parse(data []byte) (*core.Agent, error) + func (a *Adapter) ReadFile(path string) (*core.Agent, error) + func (a *Adapter) WriteFile(agent *core.Agent, path string) error + type AgentCoreConfig struct + FoundationModel string + LambdaRuntime string + Region string + StackName string + func DefaultAgentCoreConfig() *AgentCoreConfig