File tree Expand file tree Collapse file tree 14 files changed +1688
-1677
lines changed
src/aiq/plugins/langchain
src/aiq/plugins/llama_index
nvidia_nat_semantic_kernel
src/aiq/plugins/semantic_kernel Expand file tree Collapse file tree 14 files changed +1688
-1677
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies = [
22
22
" nvidia-nat~=1.2" ,
23
23
" agno~=1.2.3" ,
24
24
" openai~=1.66" ,
25
- " google-search-results~=2.3.0 " ,
25
+ " google-search-results~=2.4.2 " ,
26
26
]
27
27
requires-python = " >=3.11,<3.13"
28
28
readme = " src/aiq/meta/pypi.md"
Original file line number Diff line number Diff line change 12
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
+ # pylint: disable=unused-argument
15
16
16
17
import os
17
18
Original file line number Diff line number Diff line change 12
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
+ # pylint: disable=unused-argument, not-async-context-manager
15
16
16
17
import os
17
18
from unittest .mock import MagicMock
Original file line number Diff line number Diff line change 12
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
+ # pylint: disable=unused-argument
15
16
16
17
import os
17
18
Original file line number Diff line number Diff line change 12
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
- """Unit tests for CrewAI LLM client wrappers."""
15
+ # pylint: disable=unused-argument, not-async-context-manager
16
16
17
17
import os
18
18
from unittest .mock import MagicMock
Original file line number Diff line number Diff line change 12
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
+ # pylint: disable=unused-argument
15
16
16
17
import logging
17
18
Original file line number Diff line number Diff line change 12
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
+ # pylint: disable=unused-argument, not-async-context-manager
15
16
16
17
import logging
17
18
from unittest .mock import MagicMock
Original file line number Diff line number Diff line change 12
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
+ # pylint: disable=unused-argument
15
16
16
17
from aiq .builder .builder import Builder
17
18
from aiq .builder .framework_enum import LLMFrameworkEnum
Original file line number Diff line number Diff line change 12
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
+ # pylint: disable=unused-argument, not-async-context-manager
15
16
16
17
from unittest .mock import MagicMock
17
18
from unittest .mock import patch
Original file line number Diff line number Diff line change 12
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
+ # pylint: disable=unused-argument
15
16
16
17
from aiq .builder .builder import Builder
17
18
from aiq .builder .framework_enum import LLMFrameworkEnum
You can’t perform that action at this time.
0 commit comments