https://github.com/learnprompt/anythingweb
OpenAI Agents SDK Test Cases - Web-Multi-Agents
https://github.com/learnprompt/anythingweb
Last synced: 7 months ago
JSON representation
OpenAI Agents SDK Test Cases - Web-Multi-Agents
- Host: GitHub
- URL: https://github.com/learnprompt/anythingweb
- Owner: LearnPrompt
- License: apache-2.0
- Created: 2025-03-13T11:06:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T11:08:54.000Z (over 1 year ago)
- Last Synced: 2025-03-13T12:23:16.954Z (over 1 year ago)
- Language: HTML
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenAI Agents SDK Test -- Web-Multi-Agents
## Get started
1. Set up your Python environment
```
python -m venv env
source env/bin/activate
```
2. Install Agents SDK
```
pip install openai-agents
```
3. Run the agent
```
python url_agent.py
```
4. Run Local with cursor or trae
```
python url_processor.py
# After getting the content of the page, reference prompts/prompt.md in the IDE to generate the page.
```