agent-starter-pack
agent-starter-pack copied to clipboard
Error: Project name exceeds 26 characters. Please use a shorter name.
Why does this constraint exist? Nothing like this exists if deploying via Cloud Run.
> uvx agent-starter-pack enhance --adk -d agent_engine
…
Continue enhancement? (You can add 'root_agent' later) [Y/n]: Y
Error: Project name 'xxxxxxxx_xxxxxx_xxxxxxxxx_xxxxx' exceeds 26 characters. Please use a shorter name.
Hi! This is due a current limitation on certain resources being automatically created by terraform for a given project name. Specifically each service account needs to be maximum 30 characters, so if we take in account 4 characters for suffix, we reach 26 characters for the agent name.
You could generate a project name with maximum 26 characters and then later change the parts of it that you are interested to be bigger than that :)
Let me know if that works!