what is redwood
In the context of agents-chat as written by @jldec, RedwoodSDK (often abbreviated as "rwsdk") is a toolkit that makes it easy to use React Server Components (RSC) and websockets with Cloudflare Workers. It is not the same as RedwoodJS or Redwood.
RedwoodJS/Redwood is a separate, full-stack web framework and is not used in this project.
RSC = React Server Components, a pattern for rendering components on the server with React.
So in summary: