An Agent is the core unit of work in Sequentum. It encapsulates:Documentation Index
Fetch the complete documentation index at: https://docs.sequentum.com/llms.txt
Use this file to discover all available pages before exploring further.
- A starting URL (or set of URLs).
- A series of commands that describe how to navigate, click, fill forms, paginate, and parse.
- An output schema describing the data the Agent emits.
- Optional runtime properties (browser, anti-blocking, proxies).
Two ways to author an Agent
Agent Builder
Describe what you want in plain language. Sequentum plans, builds, and tests the Agent.
The Editor
Hand-author the command tree for full control. Best for complex sites and SE4 migrants.
Lifecycle
agentId and a versionNumber of 1. Each subsequent save creates a new version (the highest-numbered version is active). An Agent can be archived to hide it without deleting; unarchive to bring it back.
Run lifecycle is separate — see Runs.
Identifiers
agentId— stable integer identifier for the Agent. Survives renames, version restores, and archive/unarchive.versionNumber— increments on each save. Used in version restore.