- Step1: Install via pip: pip install agent-script
- Step2: Obtain an API key for your LLM provider
- Step3: Write an agent script in YAML or JSON defining tasks, tools, and memory
- Step4: Configure environment and tool plugins in a Python runner
- Step5: Execute the agent runner to start the script
- Step6: Monitor logs, inspect memory stores, and iterate scripts