Skip to content

Conversation

@syedazeez337
Copy link

Agent deletion was failing to soft-delete database records because handleAgentDeletion used raw namespace/name format while upsertAgent stored agents with the Python-converted format (namespace__NS__name).

Fixes #1175

Agent deletion was failing to soft-delete database records because
handleAgentDeletion used raw namespace/name format while upsertAgent
stored agents with the Python-converted format (namespace__NS__name).

Fixes kagent-dev#1175

Signed-off-by: Azeez Syed <syedazeez337@gmail.com>
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.

[BUG] Agent deletion leaves orphaned database records

1 participant