Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable strong cache in integration tests #96

Closed
wants to merge 85 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
4673b7b
bump version
whimo Jul 22, 2024
51b678b
add images in docs
whimo Jul 22, 2024
d4663c5
Support crewai tools (#63)
BespalovSergey Jul 25, 2024
769cf79
bump version
whimo Jul 25, 2024
b766d89
temp disable indeterministic test
whimo Jul 25, 2024
a5542c5
Generalize common graph store tests (#68)
whimo Jul 31, 2024
77b55be
Update README.md
whimo Aug 14, 2024
8646784
Replicate image api (#69)
ZmeiGorynych Aug 23, 2024
ad47d3d
Add langchain-openai dependency
whimo Aug 25, 2024
080faad
Supply prompt prefix as a list of messages (#70)
whimo Aug 25, 2024
176c0a0
bump version
whimo Aug 25, 2024
d8b731e
minor tweaks (#67)
ZmeiGorynych Aug 26, 2024
b781cc1
Relax Python version upper constraint
whimo Aug 28, 2024
a0b4065
Remove optional dependencies from Poetry resolver (#72)
whimo Aug 29, 2024
423ef8e
Support custom callbacks in Langchain agents + streaming demo (#73)
whimo Aug 30, 2024
bb43aad
bump version
whimo Aug 30, 2024
169c6e1
Fix typo in example
whimo Aug 30, 2024
09d1b0d
Add compatibility checks for `config` parameter in MotleyTool's Llama…
whimo Sep 2, 2024
e59f830
Support various LLM providers (Ollama, Groq, Together...) + docs (#75)
whimo Sep 6, 2024
a758348
bump version
whimo Sep 6, 2024
8b85a9a
Unify output handlers and regular tools, improve exception management…
whimo Sep 11, 2024
78ee38a
Fix link in README
whimo Sep 16, 2024
babf140
Support format strings in prompt_prefix (#77)
ViStefan Sep 17, 2024
ec699d3
populate __version__ (#78)
ViStefan Sep 17, 2024
c332e0e
Fix CrewAI delegation (#79)
whimo Sep 19, 2024
713ca46
Remove explicit setuptools dependency (#80)
whimo Sep 20, 2024
191771b
bump version
whimo Sep 20, 2024
e51e1fc
Fixes for asynchronous crew execution (#81)
whimo Sep 23, 2024
679de70
disable strong cache in tests
ViStefan Sep 26, 2024
8bd6a99
secrets for integration tests
ViStefan Sep 26, 2024
daaafa0
Event-driven orchestration demo with Faust (#85)
whimo Sep 27, 2024
bac5843
Update Event-driven orchestration for AI systems.ipynb
ZmeiGorynych Sep 27, 2024
246c683
Update Event-driven orchestration for AI systems.ipynb
ZmeiGorynych Sep 27, 2024
260ff53
Support custom LLMs in research agent (#86)
whimo Sep 27, 2024
068e396
Upgrade Langchain to v0.3 (#82)
whimo Sep 30, 2024
010a05e
Retry mechanism in MotleyTool (#88)
whimo Sep 30, 2024
3fc4970
Merge branch 'main' into no_strong_cache
whimo Sep 30, 2024
20a25f6
Fix Autogen example
whimo Sep 30, 2024
db2c11d
disable results writing in integration tests
whimo Sep 30, 2024
439c3e1
minor fix
whimo Sep 30, 2024
22a5fc1
bump version
whimo Oct 1, 2024
1fc9bfd
use cache in tests
ViStefan Oct 2, 2024
13482eb
disallow parallel test execution
ViStefan Oct 2, 2024
1e14d6d
bump version
whimo Oct 1, 2024
0de4899
disable strong cache in tests
ViStefan Sep 26, 2024
e0bcb0a
use cache in tests
ViStefan Oct 2, 2024
f5888c6
install external dependencies in examples, retry duckduckgo ratelimits
ViStefan Oct 10, 2024
a4d8e8b
install external dependencies in examples, retry duckduckgo ratelimits
ViStefan Oct 10, 2024
7f99f9b
integration tests workflow concurrency
ViStefan Oct 10, 2024
716e601
remove unneded concurrency mapping
ViStefan Oct 10, 2024
aaff71a
RetryConfig import for AutoGen example
ViStefan Oct 10, 2024
6ede710
wip: skip using autogen test
ViStefan Oct 10, 2024
eb42d67
increase number of retries for duckduckgo
ViStefan Oct 14, 2024
78117f5
Support agent app & async tools (#89)
whimo Oct 14, 2024
8576f40
restore keys for test cache
ViStefan Oct 14, 2024
8a61ed1
bump duckduckgo-search version
ViStefan Oct 15, 2024
e54d301
wip: disable blog_with_images_test
ViStefan Oct 15, 2024
acb5843
Update README.md
whimo Oct 16, 2024
252f0e8
Customer support app & event driven workflows docs (#92)
whimo Oct 16, 2024
4b4f046
bump version
whimo Oct 17, 2024
0f49c45
Fixes for async tools & doc updates (#93)
whimo Oct 17, 2024
66fd10c
Update README.md
whimo Oct 17, 2024
a21ebd9
Update Multi-step research agent.ipynb with local embeddings example …
iSevenDays Oct 21, 2024
2696464
Fix research agent notebook
whimo Oct 21, 2024
080d861
Support AzureOpenAI LLMs & fix research agent defaulting to OpenAI (#94)
whimo Oct 25, 2024
1a29759
bump version
whimo Oct 25, 2024
5234da5
Mention Azure OpenAI in docs
whimo Oct 25, 2024
1942847
skip blog with images test on windows workers
ViStefan Oct 29, 2024
a9ca9b8
Merge remote-tracking branch 'origin/main' into no_strong_cache
ViStefan Oct 30, 2024
3b8c776
Merge branch 'main' into no_strong_cache
ViStefan Oct 30, 2024
dc6b5a2
disable blog with images test
ViStefan Oct 30, 2024
ccd16d5
raise duckduckgo version
ViStefan Oct 30, 2024
8657206
Remove version constraint for duckduckgo_search in examples
whimo Nov 3, 2024
3578e75
Reusable workflow for integration tests
ViStefan Nov 26, 2024
8981e98
Job dependencies in integration tests
ViStefan Nov 26, 2024
f964cec
Sane naming for test groups
ViStefan Nov 26, 2024
11fac3a
Github action booleans magic
ViStefan Nov 26, 2024
8e845d2
Naming test and boolean magic
ViStefan Nov 26, 2024
3cfef05
File renaming was a bad idea
ViStefan Nov 26, 2024
456178f
Test against upper version of python
ViStefan Nov 26, 2024
9ffc867
Pass secrets to separate workflow
ViStefan Dec 2, 2024
a781915
Enable test cache on windows runners
ViStefan Dec 2, 2024
583b675
Bump ddg-search version
ViStefan Dec 2, 2024
ff091ad
Output log in tests
ViStefan Dec 13, 2024
f05da2c
Merge remote-tracking branch 'refs/remotes/origin/main' into no_stron…
ViStefan Dec 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Test against upper version of python
  • Loading branch information
ViStefan committed Nov 26, 2024
commit 456178f98c530d64f3943d731d25dbc0a0d91803
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# default smoke test against python-3.10 on ubuntu-latest
uses: ./.github/workflows/integration_test_workflow.yml

test:
integration-test:
needs: pre-test
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_test_minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true

jobs:
test:
minimal-test:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
default: ubuntu-latest
type: string
python-version:
default: "3.10"
default: "3.12"
type: string
minimal-only:
default: false
Expand Down