File size: 771 Bytes
526d84a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | ---
license: cc0-1.0
language:
- en
---
# ask-my-agent
Human-generated traces of `ask-my-agent` agent, can be used to tune SLM on simple agentic workflows.
Contains 20 types of tasks for 20 tasks (for now, later when I figure how to rapid make them, will be more)
## Current task types:
```bash
$ ls tasks
01-faq-bot.js 05-feedback-bot.js 09-hotel-bot.js 13-streaming-bot.js 17-realestate-bot.js
02-order-bot.js 06-telecom-bot.js 10-insurance-bot.js 14-food-bot.js 18-hrpayroll-bot.js
03-product-bot.js 07-airline-bot.js 11-ecommerce-bot.js 15-carrental-bot.js 19-education-bot.js
04-contact-bot.js 08-banking-bot.js 12-healthcare-bot.js 16-utility-bot.js 20-rideshare-bot.js
```
(When I will polish all, it will get published) |