You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrate Anthropic client for dynamic plan generation (#421)
* feat: integrate Anthropic client for dynamic plan generation
- Replace static plan generation in `plan_issue.py` with `ChatAnthropic`.
- Implement `PlanModel` Pydantic model for structured output validation.
- Inject repository file context into the prompt to improve plan accuracy.
- Update `__init__.py` to export `plan_issue` and `execute_issue` from their respective modules.
- Add unit tests for `plan_issue`.
* fix: resolve type errors in langgraph_service and orchestrator
- Consolidate GraphState type in types.py with all required fields
- Add type: ignore comments for external package imports (pydantic, langchain)
- Fix variable redefinition in execute_issue.py
- Create separate create_pr.py node module
- Update pyproject.toml with correct package name (multiplai)
- Fix null vs undefined type mismatch in orchestrator.ts
* fix(ci): update langgraph_service path to packages/api/langgraph_service
* fix(ci): use pnpm for turborepo and fix Python lint issues
- Switch CI from bun to pnpm for turborepo compatibility
- Add missing newlines to Python __init__.py files
- Shorten long comment line in execute_issue.py
* fix(ci): remove pnpm version conflict and add missing newline
* fix(lint): sort imports in test_plan_issue.py
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Ronaldo Martins <ron@ldinho.com.br>
0 commit comments