-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: eliminate DSPy dependency (#76)
* refactor: eliminiating dspy dependency * chore: updating uv.lock file * refactor: filter cleanup * refactor: filter cleanup
- Loading branch information
1 parent
9f7a01a
commit 0558d8f
Showing
4 changed files
with
15 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,12 @@ version = "0.1.0" | |
requires-python = ">=3.9" | ||
description = "Multi-agent framework for Snowflake" | ||
authors = [ | ||
{ name = "Alejandro Ferrera", email = "[email protected]" }, | ||
{ name = "Alejandro Herrera", email = "[email protected]" }, | ||
] | ||
readme = "README.md" | ||
|
||
dependencies = [ | ||
"snowflake-snowpark-python>=1.22.1", | ||
"dspy-ai>=2.5.3", | ||
"langchain>=0.3.2", | ||
"asyncio>=3.4.3", | ||
"aiohttp>=3.10.9", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.