Build stateful agents on Cloudflare Workers
agents-sdkskillsetup L3★0
Sheshiyer/skill-clusters ↗What it does
Build agents using SDK and patterns
Best for
Building agents using standardized SDK patterns and tool composition.
Inputs
- · Agent prompt spec
- · Tool definitions
- · Memory/state config
Outputs
- · Instantiated agent
- · Execution logs
- · Tool call records
Preconditions
SDK installed; tool schemas defined; memory layer configured
Failure modes
Undefined tool in schema = silent failure; no input examples = LLM confusion; memory not isolated
Trust signals
- · Tool schema completeness
- · Input examples provided
- · Memory isolation patterns