WebUI
Web Interface Integration¶
The web interface provides a graphical way to manage and interact with agents.
Starting the Interface¶
# Basic launch
llmling-agent launch
# Custom server settings
llmling-agent launch --host 0.0.0.0 --port 8080 --share
Features¶
- Configuration Management
- Upload agent configurations
- Select active configuration
-
Choose agents to interact with
-
Agent Interaction
- Real-time chat with streaming responses
- Visual tool state management
- Model overrides
-
Conversation history
-
Debug Features
- Token usage monitoring
- Debug log display
- Tool execution tracking
Example Usage¶
-
Launch the interface:
-
Upload or select your agent configuration:
-
Use the web interface to:
- Chat with the agent
- Toggle available tools
- Monitor token usage
- View conversation history
Key features visible in the UI: - Real-time response streaming - Tool availability indicators - Token usage statistics - Debug log viewer - Chat history display ```