agent-factory: generate agent auto-retrieve-repository-source-cod

This commit is contained in:
2026-08-05 18:09:29 +00:00
parent 5cdf3ece06
commit b42694edd3
19 changed files with 587 additions and 0 deletions

0
app/states/__init__.py Normal file
View File

View File

@@ -0,0 +1,17 @@
"""
State definitions for AutoRetrieveRepositorySourceCod agent.
"""
from __future__ import annotations
from typing import Any, Dict, List, Optional
from langgraph.graph import MessagesState
class AutoRetrieveRepositorySourceCodState(MessagesState):
"""Workflow state for AutoRetrieveRepositorySourceCod."""
# ── Input fields ─────────────────────────────────────────────────────
pass
# ── Output fields ────────────────────────────────────────────────────
pass
# ── Internal ─────────────────────────────────────────────────────────
error: Optional[str]
phase: str