A Streamlit application that demonstrates the usage of SmolAgents for natural language interactions and code generation.
This application uses the SmolAgents library along with Streamlit to create an interactive interface where users can input queries and get responses using a Code Agent with DuckDuckGo search capabilities.
- Clone the repository
- Install dependencies:
pip install streamlit smolagentsRun the Streamlit app with:
streamlit run app.pyThe application will open in your default web browser where you can:
- Enter your query in the text input field
- Click "Run Agent" to process your query
- View the results displayed below
- Simple web interface using Streamlit
- Integration with SmolAgents CodeAgent
- DuckDuckGo search capability
- Natural language query processing