Sublayer Agents

Sublayer Agents are components of the Sublayer framework designed to be used as long running processes triggered by specific conditions.

The main components of a Sublayer Agent are:
Trigger: What causes this Agent to start taking steps toward its goal
Goal Condition: What is it working toward
Check Status: A way to see its status toward the goal
Step: A function to move a step closer to the goal

These agents are designed to be used in conjunction with Sublayer Generators and Sublayer Actions and be generated through Blueprints, making it possible to generate a lot of working code really quickly for these micro-agent automations.

Try a prompt like: An agent that monitors a folder for new transcripts being added and generates a summary. Assume any Sublayer Actions and Sublayer Generators needed are available.