Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "The SDK for agenta is an open-source LLMOps platform."
readme = "README.md"
authors = [
"Mahmoud Mabrouk <mahmoud@agenta.ai>",
"Juan Vega <jp@agenta.ai>"
"Juan Pablo Vega <jp@agenta.ai>"
Copy link

Copilot AI Nov 11, 2025

Choose a reason for hiding this comment

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

The author name was updated to "Juan Pablo Vega" in sdk/pyproject.toml, but it remains as "Juan Vega" in api/pyproject.toml (line 7). For consistency, the author name should match across both project configuration files.

Copilot uses AI. Check for mistakes.
]
classifiers = [
"Intended Audience :: Developers",
Expand Down