Your First Agent
Start Here to Begin with Beacon Labs
In this example, we will create a sample agent, and in doing so, we will analyze and learn Beacon Labs' fundamental mechanisms.
Agents function as electronic employees that perform tasks on your behalf. By properly utilizing them, you can free up time for high-value tasks instead of spending it on time-consuming, lower-priority activities.
Basic Agent
basic_agent.py
To run the agent, install dependencies and export your OPENAI_API_KEY.
1. Set Up Your Virtual Environment
Mac / Windows
2. Install Dependencies
Mac / Windows
3. Set Up Your OpenAI API Key
.env File
4. Run the Agent to Execute the Task
✅ You’ve successfully created your first agent with Beacon Labs! 🚀
Last updated