feat: docker-agent.yaml config autodiscovery#2482
feat: docker-agent.yaml config autodiscovery#2482joshbarrington wants to merge 3 commits intodocker:mainfrom
Conversation
|
@aheritier would be good to get a review when you have time. |
4a4fb85 to
e43f7e6
Compare
|
@dgageot this is ready when you have time for review. Currently it just leverages an agent to write the config file when running |
|
Hi @joshbarrington, thanks for the contribution! I'm not sure I would mix the work on default agents with the creator agent. Also, maybe it's better to consider |
|
@dgageot point 2 in issue #2435 is scaffolding with This just means the output file will save as My interpretation of the issue implied the |
Closes: #2435
This allows auto config file discovery for
docker-agent.yamlanddocker-agent.ymlin the current working directory.Currently docker agent new leverages an agentic "creator" to build and write the config yaml file to disk. Here we specificy the fixed name in the instruction as opposed to the arbitrary name it previously would generate.