Skip to content

ALTER AGENT not supported in grammar #464

@retran

Description

@retran

Summary

ALTER AGENT is not recognized by the parser. ALTER supports 12 other document types (entity, association, enumeration, notebook, OData client/service, styling, settings, page, snippet, workflow, published REST service) but agent is absent.

Reproduction

CREATE AGENT MyModule.VerifyAgent (Instructions: 'test agent');
-- succeeds
ALTER AGENT MyModule.VerifyAgent SET Instructions = 'updated';
-- Parse error: no viable alternative at input 'ALTERAGENT'

Expected

ALTER AGENT should allow modifying agent properties (Instructions, knowledge bases, MCP services) consistent with other ALTER operations.

Impact

Cannot modify agents after creation without DROP + re-CREATE.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions