AI agents - terrytaylorbonn/auxdrone GitHub Wiki
25.0320 v1 Doc URLs Stack URLs Lab notes (Gdrive), Git
Agents for AI tools
- WORKS #328_langchain_academy_LANGCHAIN
- xxxLangServe (deprecated??)
- xxx(23.04 OLD,30mins) Build Your Own Auto-GPT Apps with LangChain (Python Tutorial) Dave Ebbelaar https://www.youtube.com/watch?v=NYSWn1ipbgg
- xxx**(23.07) #329 PIP FAIL** PATRICK https://www.youtube.com/watch?v=iFvCZD4iS2w (msoedov.. see at end of this page)
- xxx(29.03 OLD) The LangChain Cookbook - Beginner Guide To 7 Essential Concepts Greg Kamradt https://www.youtube.com/watch?v=2xxziIWmaSA&t=967s
https://openai.com/index/new-tools-for-building-agents/
- reasoning
- multimodal interact
- new safety
- responses api ***********
- built in tools
- web search
- file search
- computer use
- agents sdk **********
- observation tools
- CrewAI
- Llama Index
- Flowise AI
- n8n
- AutoGPT
- AgentGPT
- SuperAGI
For building AI applications, particularly those leveraging Large Language Models (LLMs), alternatives to LangChain and LangGraph include platforms like LlamaIndex, FlowiseAI, n8n, and tools like Auto-GPT, AgentGPT, and SuperAGI. Here's a more detailed look at some of these alternatives: Frameworks and Platforms: LlamaIndex: A data integration framework that helps connect LLMs with various data sources, both structured and unstructured. FlowiseAI: A low-code platform with a drag-and-drop interface for building LLM applications and flows, offering integrations with various LLMs, including LangChain. n8n: A workflow automation platform that can be used to orchestrate LLM applications and integrate with various services. Langflow: An open-source visual framework that simplifies the process of building applications powered by LLMs. Haystack: A framework by Deepset that allows developers to create search systems, question-answering applications, and conversational AI. PromptChainer: A visual programming tool designed to make it easier to chain together multiple prompts for large language models. GradientJ: A tool for developers looking to build and manage large language model applications.