Commit 10cd75a
Feat/enhanced workflow (#21)
* fix url types
* complete workflow more testing needed
* enhanced workflow
* align loggers
* approved changes, still under test
* update server
* add missing imports
* fixes
* system prompt changes
* fix for validation error
* Pop stash, resolve conflicts; migrate to core/*, llm/*, prompting/*; fix circular import between models and workflow via lazy import; align token-aware history and logging; run Ruff (imports left to auto-fix later)
* Format code with Ruff to satisfy CI format check
* bug fixes
* fix desc
* ci fixes
* fix logger
* fixes
* context fixes
* workflow fixes
* worflow enhancements
* final fixes, ci + workflow
* fix: resolve CI failures - import sorting and bandit security issues
- Fixed import sorting issue in llm_client.py detected by ruff
- Added nosec B110 comments to intentional try-except-pass blocks
- Enhanced LiteLLM configuration with set_verbose=False for cleaner output
- All CI checks now passing: ruff, mypy, bandit, and 173 tests
* fix: resolve remaining CI issues - formatting and test assertion
- Fixed code formatting issues detected by ruff formatter
- Updated test assertion to handle actual error message format
- All CI checks now passing: ruff, mypy, bandit, formatting, and 173 tests
* remove comments
* remove unwanted files
---------
Co-authored-by: Zvi Fried <[email protected]>1 parent 3b73bbc commit 10cd75a
File tree
103 files changed
+7998
-2034
lines changed- scripts
- src
- mcp_as_a_judge
- core
- db
- providers
- elicitation
- llm
- messaging
- models
- prompting
- prompts
- system
- tool_descriptions
- user
- tasks
- tool_description
- workflow
- prompts
- system
- user
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
103 files changed
+7998
-2034
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
| |||
0 commit comments