ai_settings.yamlmarketingAutogptv1.0
AutoGPT: Market Research Agent
Autonomous agent that researches a market, summarizes competitors, and writes a report.
Setup time: ~20 min
Model: GPT-4
Cost: ~$0.50/day
Last updated: Mar 8, 2026
Template
ai_settings.yaml
# Save as: autogpt/ai_settings.yaml
# Then run: python -m autogpt
ai_name: MarketResearcher
ai_role: >
An autonomous market research assistant. Searches the web for competitor
information, summarizes findings, and writes structured reports.
ai_goals:
- Search for the top 5 competitors in {your market or niche}
- For each competitor, find: pricing, key features, recent product updates, and customer sentiment
- Search for recent industry news and trends from the last 30 days
- Write a structured markdown report with sections: Overview, Competitors, Trends, Opportunities
- Save the report to research/market-report-{date}.md
- Summarize the top 3 opportunities in one paragraph and send as a notification
constraints:
- Use only publicly available information
- Do not make purchases or sign up for services
- Keep each web search focused and specific
- Limit total web searches to 20 per run
- Stop after the report is saved and notification is sent
resources:
- Web search (Google via SerpAPI or similar)
- Web browser for reading pages
- File system for saving the report
performance_evaluation:
- Report is saved and readable
- Each competitor section has pricing and key features
- Opportunities section contains actionable insights
- Total cost per run stays under $1Setup
- 1
Copy the ai_settings.yaml content above.
- 2
Save it to your AutoGPT directory.
- 3
Set your OPENAI_API_KEY in .env.
- 4
Run: python -m autogpt
Configure AutoGPT
This is an AutoGPT agent config. Save it to your AutoGPT directory and run.
# 1. Clone AutoGPT if you haven't already
git clone https://github.com/Significant-Gravitas/AutoGPT.git
cd AutoGPT
# 2. Copy the settings file
cp <download> autogpt/ai_settings.yaml
# 3. Set your API key in .env
echo 'OPENAI_API_KEY=sk-...' >> .env
# 4. Run the agent
python -m autogptVersion History
v1.0Initial releaseMar 8, 2026
Framework
AutogptRequirements
AutoGPT 0.5+
OpenAI API key
Estimated cost
~$0.50/day
on GPT-4 model
File type
ai_settings.yaml
Version
v1.0
Updated Mar 8, 2026
You might also like
HEARTBEAT.md
Social Media Monitor
Track mentions of your brand across platforms. Daily digest of what people are saying.
~$0.20/day · ~10 min setup
HEARTBEAT.md
Content Scheduler
Draft social posts from your content calendar. Queue them for review.
~$0.30/day · ~10 min setup
HEARTBEAT.md
SEO Tracker
Monitor keyword rankings and page performance weekly.
~$0.10/day · ~10 min setup