This project aims to build a planner agent that can break down a long-term goal (multiple years) into annual plans, highlighting what to accomplish each year.
- Breaks down long-term goals into annual plans.
- Highlights key accomplishments for each year.
- Client-flexible OpenAI API integration.
- Python 3.x
- pip
- Clone the repository:
git clone https://github.com/your-repo/planner-agent.git cd planner-agent - Create a virtual environment (recommended):
python3 -m venv venv source venv/bin/activate - Install dependencies:
pip install -r requirements.txt
Create a .env file in the root directory and add your OpenAI API key:
OPENAI_API_KEY=your_openai_api_key_here
Run the main script:
python main.pyFollow the prompts to input your long-term goal.