Conversation
Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
EItanya
left a comment
There was a problem hiding this comment.
Hey there, this is a great start!! One thing I will mention you can do if you'd like is actually use the existing k8s-agent and helm-agents as tools so that you don't need to give this agent as many tools. That's definitely worth a try. Additionally I think it's worth giving a longer system prompt with more specific information about what kueue is and how those resources work. I see you gave a link to docs here, but kagent doesn't have access to any http tool by default, so if you want to access docs via a tool you will need to add that as well!
|
@EItanya I was hitting an issue when running the agent locally: I was getting that for all the agents. I was trying the local development setup recommended in the repo, but it looks like I was missing something. Any ideas of what can be wrong? |
Which model provider are you using? This seems like with the LLM backend. I have never personally seen this. |
|
@EItanya I was using OpenAI by exporting the OPENAI_API_KEY variable.. I will try with a different token and report back |
Hi Folks,
I am trying to create new agents for other CNCF projects, I want to get familiar with the contribution process and how to test my changes before asking for reviews.
Here is my first attempt to create an agent to help people learn and use the Kueue project for scheduling Jobs based on cluster capacity of even for multi cluster setups.