An open API service indexing awesome lists of open source software.

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

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.
```