feat: add agentic pd hybrid benchmark prototype

This commit is contained in:
2026-04-24 12:17:46 +00:00
parent d2fe014db7
commit 4bca741f32
16 changed files with 9182 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
"""Agentic PD hybrid prototype."""
__all__ = [
"cli",
"launcher",
"metrics",
"microbench",
"policies",
"replay",
"topology",
"trace",
]