Tasks as HTTP endpoints
Goal of the repo is to serve as a place to build out tasks that are in use by Learn Anything and generalise it to be used by community at large.
Full list of tasks is here:
- Chat with markdown - Ingest a folder of
.md
files and create RAG system - Questions and answers - Ask a question, get similar questions asked
- Solana Escrow - Multi sig wallet setup to do escrow for idea investments and bounties
- Suggest subtasks - Given a task, get subtasks to finish the task
- Web crawler - Scraping of websites like HN/Reddit/Lobsters/..
- Topic suggestions - Given a topic, show similar topics
- LLM - Open Large Language Model infused with LA data
Some are incomplete, some are already used in production in LA.
If you are reading this and are interested in working together, reach out on Discord.
If you are contributor of this repo, feel free to use this repo to test out code/approaches freely either through PRs or pushing straight to main
and sharing deployed code.
There is explore folder available for free form exploration of new tasks/ideas.
Always open to useful ideas or fixes in form of issues or PRs.
Can open new issue (search existing issues first) or start discussion.
It's okay to submit draft PR as you can get help along the way to make it merge ready.