mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-05-23 23:32:24 -05:00
[PR #380] [CLOSED] feat: Add XAI Finance Agent with IBKR portfolio integration and autom… #2358
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/Shubhamsaboo/awesome-llm-apps/pull/380
Author: @avithedevs
Created: 11/12/2025
Status: ❌ Closed
Base:
main← Head:claude/xai-finance-agent-ibkr-011CUx8ZvJsiLxELXAft7pus📝 Commits (1)
2a1b157feat: Add XAI Finance Agent with IBKR portfolio integration and automated alerts📊 Changes
9 files changed (+2143 additions, -0 deletions)
View changed files
➕
starter_ai_agents/xai_finance_agent/.env.example(+24 -0)➕
starter_ai_agents/xai_finance_agent/README_IBKR.md(+410 -0)➕
starter_ai_agents/xai_finance_agent/SETUP_GUIDE.md(+495 -0)➕
starter_ai_agents/xai_finance_agent/ibkr_monitor.py(+322 -0)➕
starter_ai_agents/xai_finance_agent/ibkr_tools.py(+221 -0)➕
starter_ai_agents/xai_finance_agent/notifications.py(+259 -0)➕
starter_ai_agents/xai_finance_agent/quick_start.py(+254 -0)➕
starter_ai_agents/xai_finance_agent/requirements_ibkr.txt(+20 -0)➕
starter_ai_agents/xai_finance_agent/xai_finance_agent_ibkr.py(+138 -0)📄 Description
…ated alerts
This adds a comprehensive finance agent that integrates Interactive Brokers (IBKR) portfolio data with xAI's Grok model for intelligent portfolio analysis and monitoring.
Features:
New files:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.