h2oai / h2ogpt

Private chat with local GPT with document, images, video, etc. 100% private, Apache 2.0. Supports oLLaMa, Mixtral, llama.cpp, and more. Demo: https://gpt.h2o.ai/ https://codellama.h2o.ai/
http://h2o.ai
Apache License 2.0
10.95k stars 1.2k forks source link

Agents #356

Open pseudotensor opened 1 year ago

pseudotensor commented 1 year ago

https://github.com/flurb18/AgentOoba https://github.com/yoheinakajima/babyagi/blob/main/babyagi.py#L97-L134 https://www.mikulskibartosz.name/alternatives-to-open-ai-gpt-using-open-source-models-with-langchain/ https://betterprogramming.pub/creating-my-first-ai-agent-with-vicuna-and-langchain-376ed77160e3 https://github.com/kreneskyp/ix

https://github.com/ShishirPatil/gorilla https://github.com/gventuri/pandas-ai

https://www.agenthub.dev/?fuel_source_id=15cb1357-ae09-498c-97b0-390cbe8a4d38

https://chat.langchain.dev/

https://chatdatabase.github.io/

https://github.com/iryna-kondr/scikit-llm

pseudotensor commented 10 months ago

csv agent: https://www.youtube.com/watch?v=tjeti5vXWOU https://www.youtube.com/watch?v=tjeti5vXWOU&t=1198s

json agent: https://www.youtube.com/watch?v=Ldr-ioU_ELo

researcher agent: https://github.com/assafelovic/gpt-researcher https://www.youtube.com/watch?v=zP8JUbyCUk0 https://tavily.com/

pseudotensor commented 10 months ago

https://github.com/Significant-Gravitas/Auto-GPT https://github.com/TransformerOptimus/SuperAGI https://github.com/yoheinakajima/babyagi

Json https://microsoft.github.io/TypeChat/blog/introducing-typechat/

Competitive analysis etc: https://github.com/geekan/MetaGPT

Video/Audio content creation: https://github.com/RayVentura/ShortGPT

Reader: https://github.com/madawei2699/myGPTReader

Pandas CSV: https://blog.futuresmart.ai/langchains-pandas-csv-agents-revolutionizing-data-querying-using-openai-llms

PandasAI: https://github.com/gventuri/pandas-ai https://colab.research.google.com/drive/1rKz7TudOeCeKGHekw7JFNL4sagN9hon-?usp=sharing

Gmail: https://python.langchain.com/docs/integrations/toolkits/gmail https://github.com/pizzato/LLMMe

SalesGPT: https://github.com/filip-michalsky/SalesGPT

Sweep: https://github.com/sweepai/sweep/tree/main

Companion-app: https://github.com/a16z-infra/companion-app

BookGPT: https://github.com/mikavehns/BookGPT

Phind: https://www.phind.com/

SmartGPT: https://github.com/Cormanz/smartgpt https://www.youtube.com/watch?v=hVade_8H8mE

pseudotensor commented 10 months ago

code interpreter:

https://github.com/KillianLucas/open-interpreter

https://github.com/SeungyounShin/Llama2-Code-Interpreter

https://blog.langchain.dev/code-interpreter-api/ https://github.com/shroominic/codeinterpreter-api/tree/main https://www.software.ac.uk/blog/2022-09-08-executing-python-code-submitted-web-service

python agent with openai functiontools: https://python.langchain.com/docs/integrations/toolkits/python

function tools: https://github.com/MeetKai/functionary https://huggingface.co/Trelis/Llama-2-13b-chat-hf-function-calling-v2 https://github.com/TrelisResearch/tgi-chat-ui-function-calling

code understanding: https://python.langchain.com/docs/use_cases/code_understanding

restricted python: https://restrictedpython.readthedocs.io/en/latest/usage/basic_usage.html https://github.com/zopefoundation/RestrictedPython

pseudotensor commented 9 months ago

action lookup by embeddings with nemo guardrails

https://github.com/pinecone-io/examples/blob/master/learn/generation/chatbots/nemo-guardrails/03-rag-with-actions.ipynb

pseudotensor commented 8 months ago

DSPy: Programming—not prompting—Foundation Models https://github.com/stanfordnlp/dspy

pseudotensor commented 8 months ago

Fuyu-8B: A Multimodal Architecture for AI Agents https://www.adept.ai/blog/fuyu-8b

pseudotensor commented 8 months ago

Voyager: An Open-Ended Embodied Agent with Large Language Models https://voyager.minedojo.org/

pseudotensor commented 8 months ago

https://github.com/KillianLucas/open-interpreter https://github.com/BerriAI/litellm https://open-procedures.replit.app/ https://github.com/KillianLucas/open-procedures/tree/main/procedures

https://github.com/pexpect/pexpect https://stackoverflow.com/questions/28616018/multiple-inputs-and-outputs-in-python-subprocess-communicate https://stackoverflow.com/questions/18421757/live-output-from-subprocess-command https://snarky.ca/the-many-ways-to-pass-code-to-python-from-the-terminal/ https://phoenixnap.com/kb/disown-command-linux

https://github.com/SeungyounShin/Llama2-Code-Interpreter https://blog.langchain.dev/code-interpreter-api/ https://github.com/shroominic/codeinterpreter-api/tree/main https://medium.com/@HeCanThink/codeinterpreterapi-a-developers-dream-tool-chatgpt-code-interpreter-for-free-3bae78103af5

https://github.com/zopefoundation/RestrictedPython https://python.langchain.com/docs/integrations/toolkits/python https://python.langchain.com/cookbook

https://python.langchain.com/docs/integrations/toolkits/airbyte_structured_qa https://python.langchain.com/docs/integrations/toolkits/gmail https://python.langchain.com/docs/integrations/toolkits/pandas#multi-dataframe-example https://python.langchain.com/docs/integrations/toolkits/sql_database https://blog.langchain.dev/timescale-vector-x-langchain-making-postgresql-a-better-vector-database-for-ai-applications/

(too strict) https://github.com/langchain-ai/langchain/discussions/7403 https://github.com/langchain-ai/langchain/issues/1559 https://github.com/langchain-ai/langchain/issues/1358

https://openai.com/blog/function-calling-and-other-api-updates https://platform.openai.com/docs/guides/gpt/function-calling https://python.langchain.com/docs/modules/agents/agent_types/openai_functions_agent

https://github.com/MeetKai/functionary

https://github.com/OpenBMB/ToolBench

https://github.com/OpenBMB/ChatDev https://github.com/microsoft/autogen https://github.com/microsoft/FLAML/blob/main/notebook/autogen_agentchat_RetrieveChat.ipynb https://github.com/openai/openai-cookbook/blob/main/examples/fine-tuned_qa/ft_retrieval_augmented_generation_qdrant.ipynb https://github.com/skzhang1/autogen_miniwob

https://github.com/stanfordnlp/dspy https://github.com/microsoft/semantic-kernel

pseudotensor commented 8 months ago

https://github.com/OpenBMB/XAgent

https://github.com/outlines-dev/outlines

pseudotensor commented 8 months ago

https://github.com/jxnl/instructor https://github.com/PrefectHQ/marvin https://github.com/stanfordnlp/dspy