EastSync-AI / logs /__init__.py
StanSava's picture
add metaprompting analysis, context compression agent and update orchestrator prompt (#9)
2afe335
raw
history blame contribute delete
215 Bytes
from .capture_agent_logs import capture_agent_action_log, capture_agent_plan_log, flush_logs_to_json, logs_path
__all__ = ['capture_agent_plan_log', 'capture_agent_action_log', 'flush_logs_to_json', 'logs_path']