agentsea / surfkit

A toolkit for building multimodal AI agents
https://docs.hub.agentsea.ai
MIT License
112 stars 10 forks source link

Add a --yes to launching an agent in surfkit to accept all env variable loads automatically #95

Closed the-laughing-monkey closed 4 months ago

the-laughing-monkey commented 4 months ago

I may wish to launch an agent automatically and not be there to click "y" to accept the environmental variables for things like the openai_api_key and would like to have a switch to just accept the env variables and launch the agent.

nph4rd commented 4 months ago

I think you can use the --local-keys flag for this. Is it with the surfkit create agent command?