[PR #365] fix starter_ai_agents/ai_data_analysis_agent some issues #333

Open
opened 2025-11-06 15:01:22 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/365
Author: @YAYUN123
Created: 10/21/2025
Status: 🔄 Open

Base: mainHead: #1_修复ai_data_analysis_agent的问题


📝 Commits (1)

  • a27b828 fix:ai_data_analysis_agent的问题

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 starter_ai_agents/ai_data_analysis_agent/ai_data_analyst.py (+3 -3)

📄 Description

  1. OpenAIChat 和 PandasTools使用agno 框架会和phi.agent.duckdb import DuckDbAgent 的类不兼容,DuckDbAgent 继承pydantic下的 BaseModel,OpenAIChat 和 PandasTools并没有,运行会出现报错
  2. OpenAIChat下没有 model 参数,model是使用 id 参数代替的

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/365 **Author:** [@YAYUN123](https://github.com/YAYUN123) **Created:** 10/21/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `#1_修复ai_data_analysis_agent的问题` --- ### 📝 Commits (1) - [`a27b828`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/a27b8288d65aff3749e416e518b2cc0a31f71dfe) fix:ai_data_analysis_agent的问题 ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `starter_ai_agents/ai_data_analysis_agent/ai_data_analyst.py` (+3 -3) </details> ### 📄 Description 1. OpenAIChat 和 PandasTools使用agno 框架会和phi.agent.duckdb import DuckDbAgent 的类不兼容,DuckDbAgent 继承pydantic下的 BaseModel,OpenAIChat 和 PandasTools并没有,运行会出现报错 2. OpenAIChat下没有 model 参数,model是使用 id 参数代替的 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 15:01:22 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#333