Shubham Saboo
50310fca2b
Merge pull request #450 from awesomekoder/fix/memory-variable-shadowing
...
fix: rename loop variable to avoid shadowing Memory object
2026-01-31 20:17:20 -08:00
awesomekoder
e2dc13fb21
fix: rename loop variable to avoid shadowing Memory object
...
Fixes #449
The loop variable 'memory' in the memory iteration was shadowing the
Memory object from mem0, causing 'AttributeError: dict object has no
attribute add' when memory.add() was called later.
Renamed to 'mem' to match the pattern already used in other parts of
the codebase.
Affected files:
- ai_travel_agent_memory/travel_agent_memory.py
- multi_llm_memory/multi_llm_memory.py
2026-01-31 20:14:28 -08:00
Shubham Saboo
f1f9794fbe
Merge pull request #448 from STiFLeR7/fix/ai-finance-agent-agno-compat
...
fix(ai_finance_agent_team): update YFinanceTools usage for current ag…
2026-01-31 19:35:46 -08:00
STiFLeR7
2cedbd61a8
fix(ai_finance_agent_team): update YFinanceTools usage for current agno API
2026-01-30 17:25:14 +05:30
Shubham Saboo
c4a71b9781
Merge pull request #433 from chopratejas/main
...
Add Headroom Context Optimization to LLM Optimization Tools
2026-01-27 23:36:34 -08:00
tchopra
78095b8213
Add Headroom Context Optimization to LLM Optimization Tools
...
Headroom reduces LLM API costs by 50-90% through intelligent context
compression for AI agents. Tool outputs are 70-95% redundant boilerplate
that LLMs pay for but don't need - Headroom compresses that away while
preserving accuracy.
Features:
- SmartCrusher: Statistical compression of JSON tool outputs
- CacheAligner: Provider-side cache optimization
- Memory: Persistent memory across conversations
- MCP support: Tool output compression for Claude
- Framework integrations: LangChain, Agno, any OpenAI client
2026-01-20 00:13:53 -08:00
Shubham Saboo
e46690f99c
Merge pull request #432 from orcaman/add-openwork
...
Add Openwork to Advanced AI Agents
2026-01-19 18:19:23 -08:00
orcaman
918739a808
Add Openwork to Advanced AI Agents
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-20 00:31:10 +02:00
Shubham Saboo
df0c377cdd
Merge pull request #420 from oPitanga/patch-1
...
Fix installation path in README.md
2026-01-13 23:59:49 -08:00
Shubham Saboo
c7a37d9a97
Merge pull request #421 from mtwn105/fix/tripcraf-ai-410
...
fix(client): add env config and fix undefined BASE_URL error Fixes #410
2026-01-13 23:58:47 -08:00
Amit Wani
a0d7cc8bc1
fix(client): add env config and fix undefined BASE_URL error
...
- Add .gitignore to exclude .env.local
- Add .env.example template
- Add fallback for NEXT_PUBLIC_BASE_URL in middleware
- Add setup instructions to README
Fixes TypeError: Failed to parse URL from undefined/api/auth/get-session
2026-01-14 10:03:58 +05:30
oPitanga
0c34ffd2fc
Fix installation path in README.md
2026-01-13 21:30:48 -03:00
Shubham Saboo
c8c64f87b8
Merge pull request #416 from maximg0r/patch-1
...
Fix typo in instructions for xAI Finance Agent
2026-01-13 09:39:05 -08:00
Shubham Saboo
1b87f0ba70
Merge pull request #417 from maximg0r/patch-2
...
Fix typo in design agent team README
2026-01-13 09:38:14 -08:00
Maxim Gorshkov
8bf7910444
Fix typo in design agent team README
...
Updated the README to replace 'Legal AI Agent Team' with 'Design AI Agent Team'.
2026-01-12 00:54:08 -05:00
Maxim Gorshkov
22f7aa73c8
Fix typo in instructions for xAI Finance Agent
2026-01-12 00:16:24 -05:00
Shubham Saboo
bfca94938c
Merge pull request #414 from Rashmi0986/main
...
chore: Refactored the code and updated the installation instructions
2026-01-11 10:17:10 -08:00
Rashmi BS
6fdb1ac70c
review comments addressed
2026-01-11 23:40:22 +05:30
Rashmi BS
d29c6c955d
updated the instructions and optimised the code - removed redundant if else
2026-01-09 20:06:44 +05:30
Shubhamsaboo
4b2ac4a47c
feat: Introduce AI Sales Intelligence Agent Team with multi-agent pipeline for generating competitive sales battle cards, including competitor research, feature analysis, SWOT analysis, objection handling, and visual comparison generation. Update README with detailed usage instructions and examples, and add necessary requirements for dependencies.
2026-01-06 19:39:41 -08:00
Shubhamsaboo
89beb8a77c
chore: file restructuring and readme update
2026-01-06 19:39:21 -08:00
Shubhamsaboo
0f646a41c2
Update README with new example prompts for AI Due Diligence Agent and ensure requirements.txt has consistent formatting
2026-01-04 15:58:22 -08:00
Shubhamsaboo
6494e19060
feat: Add AI Due Diligence Agent with multi-agent pipeline for startup investment analysis, including company research, market analysis, financial modeling, risk assessment, and report generation.
2026-01-04 13:31:20 -08:00
Shubhamsaboo
3dd5b600fc
fix: Update README to reflect the change from Gemini Interactions API to Google's Interactions API for the AI Research Planner & Executor Agent
2026-01-04 10:05:19 -08:00
Shubhamsaboo
44efabeac6
chore: Update AI Home Renovation Agent to utilize Gemini 3 Flash and Gemini 3 Pro, enhancing multimodal capabilities. Modify tools to support artifact management and ensure layout preservation in renderings.
2026-01-03 17:01:21 -08:00
Shubhamsaboo
a1030c00e7
Refactor AI Investment Agent to utilize AgentOS framework, update README for new features and usage instructions, and remove Streamlit dependency from the main application logic.
2026-01-01 16:54:47 -08:00
Shubhamsaboo
3dfb76d9ce
Update README to clarify the role of the AI Research Planner as an agent
2026-01-01 13:48:22 -08:00
Shubhamsaboo
4b0f1b9e97
Update AI Research Planner & Executor link in README to reflect new file path
2026-01-01 13:45:47 -08:00
Shubhamsaboo
a2518bf4b5
Add AI Research Planner & Executor with Gemini Interactions API
2026-01-01 13:44:02 -08:00
Shubham Saboo
69378d0105
Merge pull request #403 from akshayaggarwal99/add-jarvis-voice-dictation
...
Add Open Source Voice Dictation Agent
2025-12-31 15:01:57 -08:00
Shubham Saboo
40ff2e3358
Fix typo in OpenSource Voice Dictation link
2025-12-31 17:00:46 -06:00
Shubham Saboo
6192ceaf82
Revise Jarvis AI Assistant link description
...
Updated the description of the Jarvis AI Assistant link.
2025-12-31 16:59:16 -06:00
hiakshay
e970aefa2b
Add Jarvis AI Assistant to Voice AI Agents section
2025-12-28 01:03:23 -08:00
Shubhamsaboo
a7f7258549
Update README and remove outdated image
2025-12-18 21:51:07 -08:00
Shubhamsaboo
fb6dcd2460
Update models in README and agent files to reflect transition from Gemini 3 Pro to Gemini 3 Flash. Adjusted descriptions and instructions across various agents to ensure consistency with the new model. Updated YAML configurations for multi-agent web research team to use the latest model version.
2025-12-17 15:00:52 -08:00
Shubhamsaboo
ff75e62bd2
Update README
2025-12-04 10:30:18 -08:00
Shubham Saboo
ec13af0bb4
Update README with tutorial link
...
Added a link to a free step-by-step tutorial for building an AI research agent with memory.
2025-11-30 21:58:53 -08:00
Shubham Saboo
24325cf134
Add tutorial link to README for YouTube chat app
...
Added a link to a free step-by-step tutorial for building the app.
2025-11-30 21:51:38 -08:00
Shubham Saboo
9c3738877a
Add tutorial link to README for web scraping AI agent
...
Added a tutorial link for building the web scraping AI agent.
2025-11-30 21:49:29 -08:00
Shubham Saboo
87de60078f
Enhance README with tutorial link
...
Added a link to a free step-by-step tutorial for finetuning Llama 3.2.
2025-11-30 21:41:07 -08:00
Shubham Saboo
d36f348eb8
Add tutorial link to README for chat with PDF
...
Added a link to a free step-by-step tutorial for building the LLM app with RAG to chat with PDFs.
2025-11-30 21:37:50 -08:00
Shubham Saboo
61c282ba93
Add tutorial link to README for multi-agent researcher
...
Added a tutorial link for building the multi-agent app.
2025-11-30 21:34:10 -08:00
Shubham Saboo
743bdc23f5
Enhance README with tutorial link
...
Added a link to a free step-by-step tutorial for building the app.
2025-11-30 21:31:22 -08:00
Shubham Saboo
cd103d24e5
Enhance README with tutorial link
...
Added a link to a free step-by-step tutorial in the README.
2025-11-30 21:27:11 -08:00
Shubham Saboo
30f4cd2743
Fix tutorial link in README.md
...
Updated tutorial link for AI Investment Agent README.
2025-11-30 21:01:27 -08:00
Shubhamsaboo
4d6140cdb4
chore: enhance README files across multiple agent applications by adding links to free step-by-step tutorials, providing users with comprehensive guidance on building each agent from scratch.
2025-11-27 21:58:03 -08:00
Shubham Saboo
e5364b9496
Merge pull request #390 from vpsir/patch-1
...
Add OpenAI package to requirements
2025-11-25 12:11:35 -08:00
Vishv Patel
761e1b2672
Add OpenAI package to requirements
...
"openai" python package is required in order to run the app.
2025-11-25 16:46:15 +05:30
Shubhamsaboo
b318d91ac6
feat: google_adk_crash_course update agents to use Gemini 3 Pro model and adjust environment variable settings
2025-11-24 16:49:01 -08:00
Shubhamsaboo
5e48f461f1
chore: update sponsorship section in README to reflect new sponsors and links
2025-11-24 14:34:55 -08:00