Skip to content

Repository files navigation

AgentSeek Phoenix

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.

Status

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.

Quickstart

docker compose up --build

Phoenix 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.

Image

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 .

Scope

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.

Upstream

Phoenix is maintained upstream by Arize AI. See UPSTREAM.md and docs/upstream-sync.md for the current tracked version and sync process.

License And Notices

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.

About

seekdb-backed Phoenix distribution for AgentSeek and local AI observability

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages