Scaling your Icepick application.
slots
: Standard slots for cpu, memory, or io bound work (i.e. tool calls and toolboxes)durableSlots
: Slots for only deterministic io bound workload. (i.e. agents)icepick.start
method.
icepick
client. However, you can manually register tools and agents to specific slots.
simpleAgent
makes any tool calls, these tools will need to be registered on their own entry points.