agentbee / src

Commit History

fix: correct author name formatting in multiple files
e7b4937

mangubee commited on

Enhance YouTube video processing with transcript and frame analysis modes
f1b095a

mangubee commited on

refactor: rename runtime folders with underscore prefix
04ece4c

mangubee Claude commited on

feat: consolidate LLM logs to single session file
a0fa418

mangubee Claude commited on

feat: add Chain of Thought for LLM synthesis debugging
c64957b

mangubee Claude commited on

fix: close parenthesis in execute_node error handling
9c1dff0

mangubee Claude commited on

feat: standardize logging with console + file separation
fa82033

mangubee Claude commited on

refactor: compress console logs for clarity
fed2514

mangubee Claude commited on

feat: export LLM synthesis context to cache for debugging
86bc1db

mangubee Claude commited on

debug: log full transcript content for debugging
4496081

mangubee Claude commited on

feat: add transcript caching and upgrade synthesis model
b68b317

mangubee Claude commited on

debug: log full transcript content for debugging
a1d5de5

mangubee Claude commited on

fix: vision tool cannot process videos, clarify image-only capability
3ee1e2c

mangubee Claude commited on

fix: clarify tool descriptions to prevent LLM selecting vision for YouTube
61ecfdb

mangubee Claude commited on

fix: typo WISPER_MODEL -> WHISPER_MODEL in audio.py
7bb1d7c

mangubee Claude commited on

fix: YouTubeTranscriptApi.fetch is instance method not class method
92346a5

mangubee Claude commited on

fix: youtube transcript API and missing datasets dependency
a170083

mangubee Claude commited on

fix: add youtube_transcript and transcribe_audio to TOOL_FUNCTIONS
40db96d

mangubee Claude commited on

feat: Phase 1 - YouTube transcript + Whisper audio transcription
38cc8e4

mangubee Claude commited on

feat: system error field, calculator fix, target task IDs, course vs GAIA docs
41ac444

mangubee Claude commited on

Phase 0-2: HF Vision Integration Complete - Google Gemma 3 Selected
2bb2d3d

mangubee Claude commited on

Update Groq model to openai/gpt-oss-120b
44d1862

mangubee commited on

Add Groundtruth Answer Column
dc583a7

mangubee commited on

Integrate benchmark dataset with results from HF as groundtruth
9fb23b8

mangubee commited on

Fix: Read LLM provider config at runtime for UI updates
91f84b2

mangubee commited on

Add UI-based LLM provider selection for cloud testing
ac73681

mangubee Claude Sonnet 4.5 commited on

Groq Model Update
6e73cae

mangubee commited on

Stage 5: Performance optimization - retry logic, Groq integration, improved prompts
5890f66

mangubee Claude Sonnet 4.5 commited on

Fix: Tool name consistency across TOOLS registry and TOOL_FUNCTIONS
59f3cce

mangubee Claude Sonnet 4.5 commited on

Feat: Add HuggingFace Inference API as free LLM fallback tier
4eed151

mangubee Claude Sonnet 4.5 commited on

Fix: Make LLM provider configurable (Gemini primary, Claude fallback)
bbc52c6

mangubee Claude Sonnet 4.5 commited on

Stage 3: Core Logic Implementation - LLM Integration
4c0b7eb

mangubee Claude Sonnet 4.5 commited on

Move test files from tests/ to test/ folder per project standard
8e48c56

mangubee commited on

Stage 2: Implement tool development with retry logic and error handling
1041734

mangubee Claude Sonnet 4.5 commited on

Stage 1: Foundation Setup - LangGraph agent with isolated environment
bd73133

mangubee commited on