Understanding the structure and entrypoints of your Icepick application.
icepick
client, imports your agents and tools, and starts it.
my-app/src/agents/index.ts
and my-app/src/tools/index.ts
are barrel files that imports all the agents and tools in the my-app/src/agents
and my-app/src/tools
directories respectively.
register
option on the icepick.start
method.