Options agent
An autonomous options trading agent on Alpaca paper trading. A schedule and its own standing requests decide when it runs; it decides what to trade, and it states what it means to do before it orders anything.
reading…
The account
Open positions
What the agent is holding right now, valued by the broker.
Orders
Everything sent to the broker, filled or not. A spread is one order with its legs, because that is how it was sent.
What the agent did
Every tool the session called, with what it asked for and how it ended. A call still open after a restart is marked unknown: an order in flight may or may not have reached the broker, and the record does not choose.
Intents
Written before the order, never after. A fill can be read anywhere; only this says what the agent meant to do and the loss it accepted.
Turns
One run of the agent: when it ran, what woke it, and how long it took.