Skip to content

Commit e8d2585

Browse files
committed
renaming SDLC_core to unstructuredDataHandler throughout the repo
renaming SDLC_core to unstructuredDataHandler throughout the repo: - templates, agent instructuion and gitignore files
1 parent a554fb1 commit e8d2585

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
env:
9393
PYTHONPATH: .
9494
run: |
95-
python -c "from src.agents import deepagent; a=deepagent.SDLCFlexibleAgent(provider='gemini', model='chat-bison-001', dry_run=True); print('constructed', getattr(a, 'llm', None))"
95+
python -c "from src.agents import deepagent; a=deepagent.FlexibleAgent(provider='gemini', model='chat-bison-001', dry_run=True); print('constructed', getattr(a, 'llm', None))"
9696
9797
providers:
9898
name: Providers matrix (optional)
@@ -114,4 +114,4 @@ jobs:
114114
env:
115115
PYTHONPATH: .
116116
run: |
117-
python -c "from src.agents import deepagent; p='${{ matrix.provider }}'; d = deepagent.SDLCFlexibleAgent(provider=p, dry_run=True); print('provider', p, 'dry_run', getattr(d, 'dry_run', False))"
117+
python -c "from src.agents import deepagent; p='${{ matrix.provider }}'; d = deepagent.FlexibleAgent(provider=p, dry_run=True); print('provider', p, 'dry_run', getattr(d, 'dry_run', False))"

0 commit comments

Comments
 (0)