feat(pyproject): add psycopg dependency for PostgreSQL support

- 在依赖项中添加psycopg[binary]以支持PostgreSQL
- 提高项目与PostgreSQL的兼容性和灵活性

 feat(test2): create pdf_agent CLI application

- 添加pdf_agent函数以实现PDF代理功能
- 允许用户通过命令行界面与代理交互
This commit is contained in:
2025-03-31 03:38:50 +08:00
parent 6d25886286
commit 46efa8d9ed
3 changed files with 98 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ dependencies = [
"numpy>=2.2.4",
"openai>=1.69.0",
"pandas>=2.2.3",
"psycopg[binary]>=3.2.6",
"pypdf>=5.4.0",
"python-dotenv>=1.1.0",
"sqlalchemy>=2.0.40",