How to Use the App
Streamlit Frontend
- Go to
http://localhost:8501
- The app will automatically fetch available IONOS AI models
- Select a model from the dropdown in the sidebar
- Start chatting with the intelligent agent
- The agent will automatically search the web and reason about your requests
Next.js Frontend
- Go to
http://localhost:3000
- Select an IONOS AI model from the dropdown
- Start chatting with the ReAct agent
- Experience real-time web search and context-aware responses
Both frontends handle conversation history locally and send the full message array to the backend for each request. The backend ReAct agent processes the conversation context and returns intelligent responses with dynamic web search capabilities.