code-review-env / analysis /agent_profiler.py
ragavrida's picture
CodeReviewEnv v1.0 β€” OpenEnv-compliant submission
dbf5e96
Raw
History Blame Contribute Delete
227 Bytes
"""
Agent Capability Profiler β€” see analysis/__init__.py for documentation.
This module re-exports from the package init for conventional import patterns.
"""
from analysis import AgentProfiler
__all__ = ["AgentProfiler"]