Testing platform for on-device AI agents
Edge Agent Lab is an Android testing platform for evaluating small language model (SLM) agents directly on mobile devices. It provides tools to test function calling capabilities, measure inference performance, and understand where edge AI succeeds and fails.
Built with JetBrains Koog for agent orchestration and Google's LiteRT-LM for on-device inference.
The app fetches test definitions from this URL:
GET https://edgeagentlab.dev/tests/tool_tests.json
Current: Static test JSON hosted here, fetched by the app.
Next: Web-based test editor for creating custom evaluation scenarios.
Later: Performance tracking and visualization across devices.