Skip to content

Usecase added #542

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 22, 2025
Merged

Conversation

Bipul70701
Copy link
Contributor

This PR adds a new Streamlit-based UI app that integrates CAMEL-AI's OWL framework with a Puppeteer-based MCP (Model Context Protocol) server.

Users can input natural language tasks, which are processed by autonomous agents using MCP-enabled tools—including browser automation via Puppeteer.

Copy link
Member

@Wendong-Fan Wendong-Fan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @Bipul70701 , left some comments below

Run the Streamlit app:

```bash
streamlit run app.py
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here should be demo.py


---

## 🛠️ Setup
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we reuse the setup doc from OWL readme?

1. **Clone the repository**

```bash
git clone https://github.com/your-org/your-repo.git
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here need to be updated

Comment on lines 90 to 95
# Get the task from the user
task = st.text_input("Enter your task")

if st.button("Run Task"):
if not task.strip():
st.error("Please enter a valid task.")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we set one example task prompt for user to do quick test?

@Wendong-Fan Wendong-Fan merged commit 5c6edec into camel-ai:main May 22, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants