so i'm trying to think through how to effectively make this assistant. I think react out of the gate is probably not quite going to work.
What I'm envisioning is a chain where the first step is "Task breakdown", then each task is separately processed, and then the final result is either summarized or just spit out at the end.
For example, trying to set up cluster autoscaling in OpenShift (Kubernetes) involves 2 steps - creating a clusterautoscaler object and then creating a machineautoscaler object.
- I have various forms of docs that can be queried/indexed to spit out that task list
- I have docs that can be queried/indexed that describe both cluster and machine autoscaler objects
I haven't tried setting up multiple "tools" (task breakdown tool, documentation search) yet, but was just curious about people's thoughts here