https://github.com/dimiz51/simple-ai-agents
Some simple AI Agents I have built using various Agent AI frameworks such as smolagents or LlamaIndex.
https://github.com/dimiz51/simple-ai-agents
ai-agents huggingface llama-index smolagents transformers
Last synced: 7 months ago
JSON representation
Some simple AI Agents I have built using various Agent AI frameworks such as smolagents or LlamaIndex.
- Host: GitHub
- URL: https://github.com/dimiz51/simple-ai-agents
- Owner: dimiz51
- Created: 2025-02-27T18:00:40.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T11:47:07.000Z (7 months ago)
- Last Synced: 2025-03-06T12:31:25.631Z (7 months ago)
- Topics: ai-agents, huggingface, llama-index, smolagents, transformers
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building AI Agents
This repository holds some experiments I made with different Agentic AI frameworks such as :
- [smolagents](https://github.com/huggingface/smolagents)
- [LlamaIndex](https://www.llamaindex.ai/)## Agents
### Smolagents
- [TAPLA-Travel-Planning-Agent](./TAPA-Travel-Planning-Agent/README.md): This simple Agent can use customized tools, making use of the [Amadeus API](https://developers.amadeus.com/) to achieve tasks such as:
- Find available flights between two destination cities and figure out the best rates for a given date
- Find the best available hotel deals on the destination city### LlamaIndex
- [Youtube-Master-Agent](./Youtube-Master-Agent/README.md): This agent can transcribe youtube videos (provided with a video link), generate summaries and answer questions on the content of those videos.