Skip to content

Conversation

@salaboy
Copy link

@salaboy salaboy commented Dec 23, 2025

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.

@salaboy salaboy marked this pull request as draft December 23, 2025 13:02
@salaboy salaboy changed the title Kagent for Kueue [WIP] Kagent for Kueue Dec 23, 2025
Signed-off-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>
Copy link
Contributor

@EItanya EItanya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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!

@salaboy
Copy link
Author

salaboy commented Dec 29, 2025

@EItanya I was hitting an issue when running the agent locally:

Error code: 401 - {'error': {'message': 'You do not have access to the project tied to the API key.', 'type': 'invalid_request_error', 'code': 'invalid_project', 'param': None}, 'status': 401}

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?

@EItanya
Copy link
Contributor

EItanya commented Dec 29, 2025

@EItanya I was hitting an issue when running the agent locally:

Error code: 401 - {'error': {'message': 'You do not have access to the project tied to the API key.', 'type': 'invalid_request_error', 'code': 'invalid_project', 'param': None}, 'status': 401}

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.

@salaboy
Copy link
Author

salaboy commented Dec 30, 2025

@EItanya I was using OpenAI by exporting the OPENAI_API_KEY variable.. I will try with a different token and report back

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants