Web interface for PitLane AI
Project description
PitLane Web
Web interface for PitLane AI - F1 data analysis powered by AI agents.
Quick Start
# Install and run with uvx (recommended)
uvx pitlane-web --env development
# Or install with pip/uv
pip install pitlane-web
pitlane-web --env development
Features
- Interactive Web UI - Chat-based interface for F1 data analysis
- AI-Powered Analysis - Uses Claude Agent SDK for intelligent F1 insights
- Session Management - Isolated workspaces for each analysis session
- Chart Generation - Automatic visualization of lap times, tyre strategy, and more
- Rate Limiting - Built-in protection against abuse
- OpenTelemetry Tracing - Observable agent behavior for debugging
Usage
Basic Commands
# Development mode with auto-reload
uvx pitlane-web --env development
# Custom port
uvx pitlane-web --port 3000
# Production mode
uvx pitlane-web --env production --host 0.0.0.0
# See all options
uvx pitlane-web --help
Environment Variables
PITLANE_ENV- Environment mode (development/production/test)PITLANE_TRACING_ENABLED- Enable OpenTelemetry tracing (0/1)PITLANE_HTTPS_ENABLED- Enable secure cookies (true/false)PITLANE_SESSION_MAX_AGE- Session cookie max age in secondsPITLANE_RATE_LIMIT_ENABLED- Enable rate limiting (true/false)
With Tracing
# Enable tracing to see agent behavior
PITLANE_TRACING_ENABLED=1 uvx pitlane-web --env development
Requirements
- Python 3.12, 3.13, or 3.14
pitlane-agentpackage (installed automatically as a dependency)
Architecture
Built with:
- FastAPI - Modern web framework
- Uvicorn - ASGI server with auto-reload support
- Jinja2 - Template engine for server-side rendering
- Claude Agent SDK - AI agent orchestration
- FastF1 - F1 data access (via pitlane-agent)
License
Apache-2.0
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pitlane_web-0.4.6.tar.gz
(34.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pitlane_web-0.4.6.tar.gz.
File metadata
- Download URL: pitlane_web-0.4.6.tar.gz
- Upload date:
- Size: 34.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acb8d8e12c3047be2969e234565701ac24bc89d288b70c3409c8e87938d8e862
|
|
| MD5 |
dcbcae1e28689558169f751205c3e072
|
|
| BLAKE2b-256 |
9882949aa39d0c03e2d42d15446c5d9c227685ddb3e3cc731e3ed807b9df66e6
|
File details
Details for the file pitlane_web-0.4.6-py3-none-any.whl.
File metadata
- Download URL: pitlane_web-0.4.6-py3-none-any.whl
- Upload date:
- Size: 23.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba12bba4d0c224cf91697c200c7b5079e96593cfe22a540bce368021cd9aaf1b
|
|
| MD5 |
c4519165941d320144be01ac069a55eb
|
|
| BLAKE2b-256 |
1443966e5feee317173fd3c3e643502ddfa42f5e84ce5e0bd6c3545875b35db5
|