Documentation

Troubleshooting

My agent doesn't seem to be working

If your agent is not showing up even though you applied the manifest, it's likely because the agent has been rejected by the engine, this error should be reported on the status of the agent.

Run the following command to get the status of the agent:

kubectl get agent [agent-name] -o yaml

This should give you the reason why the agent was rejected.

If it's not there, you can try to get the logs of the agent:

kubectl logs -n kagent kagent -c controller
kubectl logs -n kagent kagent -c app

You can also ask for help in the community or log an issue on Github.