Where the config lives
agentgg init writes the saved config to ~/.agentgg/config.json. It holds your provider, model, and mode defaults.
Read the config
Runagentgg config to print the saved config. It masks secrets. Pass --json for machine-readable output.
See Commands for the full flag list, including how to change the default provider or model.
Add a second provider
Runagentgg init again to add another provider. It merges the new provider into the config and does not overwrite the first one.
The agent catalog
agentgg keeps agents in two places:
Scan state is separate
Scan state lives in the output directory you pass to
-o, not in ~/.agentgg/config.json. You can delete the config file and keep every scan result.
