mirror of
https://github.com/run-llama/study-llama.git
synced 2026-07-01 20:54:01 -04:00
[PR #7] [MERGED] chore: add tests for llamaagent #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/study-llama/pull/7
Author: @AstraBert
Created: 11/24/2025
Status: ✅ Merged
Merged: 11/24/2025
Merged by: @AstraBert
Base:
main← Head:clelia/add-tests📝 Commits (3)
2e7fb6fchore: add tests for llamaagent8d953c5fix: limit tests to 3.13-14659ef5efix: remove 3.14📊 Changes
29 files changed (+925 additions, -101 deletions)
View changed files
➕
.github/workflows/py_build.yaml(+19 -0)➕
.github/workflows/py_deploy.yaml(+23 -0)➕
.github/workflows/py_lint.yaml(+24 -0)➕
.github/workflows/py_test.yaml(+32 -0)➕
.github/workflows/py_typecheck.yaml(+21 -0)📝
.gitignore(+4 -1)➕
.pre-commit-config.yaml(+12 -0)➕
Makefile(+27 -0)📝
pyproject.toml(+9 -0)📝
scripts/create_qdrant_collections.py(+9 -7)📝
src/study_llama/classify_and_extract/events.py(+5 -1)📝
src/study_llama/classify_and_extract/models.py(+9 -3)📝
src/study_llama/classify_and_extract/resources.py(+11 -2)📝
src/study_llama/classify_and_extract/utils.py(+8 -5)📝
src/study_llama/classify_and_extract/workflow.py(+64 -19)📝
src/study_llama/filesdb/query_files.py(+9 -2)📝
src/study_llama/search/events.py(+3 -1)📝
src/study_llama/search/resources.py(+3 -1)📝
src/study_llama/search/workflow.py(+14 -3)📝
src/study_llama/vectordb/embeddings.py(+2 -6)...and 9 more files
📄 Description
Add tests to ensure functionality + github actions (for python only, for now)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.