bobbai00 opened a new pull request, #4495: URL: https://github.com/apache/texera/pull/4495
### What changes were proposed in this PR? Adds a standalone Bun/TypeScript service (`agent-service/`) that hosts conversational LLM agents over HTTP and a per-agent WebSocket, and the Angular panel/services that drive it. Framework only: ReAct step tree with HEAD/checkout, per-step context assembly from the live DAG via the compile API, auto-persist of workflow edits to the dashboard, and a singleton operator-metadata cache. The agent has no editing or execution tools yet, so it can converse about the workflow without changing it. Workflow CRUD/execute tools, the sync execution endpoint, and the deploy configs ship in follow-up PRs. ### Any related issues, documentation, discussions? Supersedes the browser-only agent introduced in #4020. ### How was this PR tested? - `bun run typecheck` passes for `agent-service/`. - Manual smoke: created an agent with a bound workflow, opened the WebSocket, exchanged chat messages, confirmed step-tree updates and HEAD/checkout behavior in the panel. ### 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]
