This question originally came up in our Slack community and the thread has been consolidated here for long-term reference.
Questions about the new AgentServer in v1.3.1:
- Will AgentServer replace WorkerOptions entirely?
- What happens to Prewarm? Will it become obsolete and be replaced by AgentServer.setup_fnc?
- Should we run agents with
uv run agent.py startinstead ofpython -m agent.py start?