AgentSeek Phoenix is a seekdb-backed Phoenix distribution for AgentSeek and local AI observability.
It packages a Phoenix runtime configured to persist trace data through OceanBase seekdb, so AgentSeek users can run a local/private observability stack with the same connection contract used by AgentSeek templates.
This repository starts as a migration home for the current Phoenix MySQL port. The first image wraps the known working base image while the project records the patch queue, upstream version, and release process needed to keep the distribution close to Phoenix upstream.
docker compose up --buildPhoenix is exposed at:
http://127.0.0.1:6006
The default SQL connection is:
PHOENIX_SQL_DATABASE_URL=mysql://root@seekdb:2881/phoenix
OceanBase seekdb is exposed locally on 127.0.0.1:2884 for debugging.
The intended published image is:
ghcr.io/agentseek-ai/agentseek-phoenix:<version>
During the migration phase, the Dockerfile accepts a configurable base image:
docker build \
--build-arg PHOENIX_BASE_IMAGE=ghcr.io/psiace/phoenix:mysql \
-t ghcr.io/agentseek-ai/agentseek-phoenix:local .This project is a distribution and integration layer. It should stay thin:
- Phoenix runtime packaging.
- OceanBase seekdb compose defaults.
- Compatibility documentation.
- Smoke tests for local trace storage.
- Upstream sync tracking.
It should not become a broad fork of Phoenix unless a small patch queue is no longer enough.
Phoenix is maintained upstream by Arize AI. See UPSTREAM.md and
docs/upstream-sync.md for the current tracked version and sync process.
Packaging files in this repository follow the repository license. Phoenix is
licensed by its upstream project, and this distribution preserves upstream
license and notice requirements. See NOTICE.