Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: I made AI agent lib that you will understand (github.com/pravko-solutions)
5 points by galgia 2 days ago | hide | past | favorite | 3 comments
Every time I wanted to use LLMs in my existing pipelines the integration was very bloated, complex, and too slow. This is why I created a lightweight library that works just like scikit-learn, the flow generally follows a pipeline-like structure where you “fit” (learn) a skill from sample data or an instruction set, then “predict” (apply the skill) to new data, returning structured results.

High-Level Concept Flow

Your Data --> Load Skill / Learn Skill --> Create Tasks --> Run Tasks --> Structured Results --> Downstream Steps

And the bast part: Every step can be saved and reused as JSON!

Installation:

pip install flashlearn






That's great! I'm also currently developing a product to execute workflows with AI agents, so I understand those challenges very well.

Great work OP.

Thank you! It took a while :)



Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: