bobbai00 opened a new pull request, #4619:
URL: https://github.com/apache/texera/pull/4619

   ### What changes were proposed in this PR?
   
   Expand `DEFAULT_AGENT_SETTINGS.allowedOperatorTypes` in 
`agent-service/src/types/agent.ts` so the agent can plan typical ETL and 
visualization workflows out of the box.
   
   - Added ETL transforms: `Filter`, `TypeCasting`, `Distinct`, `Union`, 
`KeywordSearch`, `Aggregate`.
   - Added visualizations: `PieChart`, `Histogram`, `Scatterplot`, `WordCloud`.
   - Removed the stale `TableLimit` entry, which does not correspond to any 
`LogicalOp` subtype.
   
   All names match the `@JsonSubTypes` discriminator names declared on 
`LogicalOp` in 
`common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/LogicalOp.scala`.
   
   ### Any related issues, documentation, discussions?
   
   Closes #4618.
   
   ### How was this PR tested?
   
   Type-check only — this is a string-list config change with no behavioral 
logic. Each new operator type was cross-checked against the `@JsonSubTypes` 
registration in `LogicalOp.scala`.
   
   ### Was this PR authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code (claude-opus-4-7)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to