currently just using the github repo for that https://
github.com/hwchase17/lang
chain-hub/tree/master/agents
…
AGENTS
-
LangChain Hub Repository for AI Agents Development
By
–
-
LangChain Hub Makes Sharing Agents and Chains Easier
By
–
This should make it easier than ever to share your chains/agents, which we think are much more useful than just prompts! See here for how to upload agents (
https://
github.com/hwchase17/lang
chain-hub/tree/master/agents
…) and here for how to upload chains (
https://
github.com/hwchase17/lang
chain-hub/tree/master/chains
…) -
Loading LangChain Agents with Self-Ask Search Tool
By
–
To load agents: “`
from langchain.agents import initialize_agent agent = initialize_agent(tools, llm, agent="lc://agents/self-ask-with-search/agent.json")
“` Documentation: https://
langchain.readthedocs.io/en/latest/modu
les/agents/examples/load_from_hub.html
… -
LangChain SQL Agent Variants with Custom Parameters
By
–
This makes it possible upload chains/agents that are variants of existing chains/agents but with different parameters For example, here's an agent specifically instructed to interact with SQL databases that @fpingham came up with: https://
github.com/hwchase17/lang
chain-hub/tree/master/agents/zero-shot-react-sql
… -
LangChainHub Update: All Chains and Agents Now Available
By
–
Big update to LangChainHub With lots of help from @sjwhitmore
, all chains and agents are now on there, and loadable in a single line of code Including some chains/agents not available in the python package -
Atlas Robot Mobility Impressive Yet Impractical for Real Work
By
–
Lo que está claro también es que la movilidad de Atlas es espectacular, pero aún muy lejos de ser nada potencialmente usable en un entorno de trabajo real.
-
Open-source LangChain bot deployment examples for messaging platforms
By
–
Anyone have any good open-source examples of deploying a LangChain bot on discord, telegram, WhatsApp, Slack, etc? Want to add some examples to the gallery & deployment pages for this!
-
Andi: Ad-Free Private AI Search Engine Launch
By
–
4. No Ads and tracking Yes, you heard it right Andi is ad-free and private, ensuring that your privacy remains protected. Plus, Andi is anonymous and, best of all, completely free to use!
-
LangChain Integration Instructions and Examples Request
By
–
woah that does look great! are there intstructions/examples for LangChain @MagickML integration?