Open Source Implementation of Alita: Generalist Agent Enabling Scalable Agentic Reasoning with Minimal Predefinition and Maximal Self-Evolution
Stars
99
Forks
15
Watchers
99
Open Issues
8
Overall repository health assessment
No package.json found
This might not be a Node.js project
39
commits
16
commits
2
commits
1
commits
1
commits
Merge pull request #26 from ryantzr1/fix/gaia-benchmark-eval
cf22fbbView on GitHubfix: replaced transcribe_audio_openai with correct audio extraction
d854c26View on GitHubperf: finished file handling and modified GAIA_BENCHMARK_README.md
de16d38View on GitHubfeat: file handling (add .xml; fix .zip for iterative extraction and input aggregation)
33bb766View on GitHubfix: fix audio handling for all formats: ('.mp3', '.wav', '.m4a', '.flac', '.ogg', '.aac'). By converting to mp3 (supported format by OpenAI API).
4bf9991View on GitHubfeat: add file handling for: [mp3, wav, pptx, pptx, zip, jsonld, py, docx, pdf, xlsx, txt, pdf, png.] UNSUPPORTED: [other audio files like m4a, zip internal file handling (pending tool), xml, MOV]
de3a6caView on GitHubfeat: add pdf handling, convert PDF to text using PyPDF2
5ad6e57View on GitHubMerge remote-tracking branch 'origin/main' into fix/gaia-benchmark-eval
b8bddc3View on GitHubfeat: created src/test_gaia_file_loading.py for testing gaia files handling. Currently unsupported file formats: pptx, zip, jsonld, py, docx, pdf
0669f7eView on GitHubfix: gaia attached files loading. (add attached_files_dir args to gaia_benchmark.py, and init parameter to GAIAAgent)
320552fView on GitHubMerge pull request #25 from ryantzr1/fix/resume_and_skip_logic
ff744cbView on GitHubMerge pull request #23 from ryantzr1/fix/gaia-benchmark-eval
2a4c3aaView on GitHubdel: test_gaia_minimal.jsonl previously for eval code testing
0a48ce8View on GitHub