Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

Stock Analysis with AI Agents, using CrewAI 🚣 Using tools + LangSmith, running on Replit ⠕ A researcher, an analyst and an investment advisor Agents come together to built a recommendation on any stock out there ✨ lmk if you like and want more of this! 😉

128,742 Aufrufe • vor 2 Jahren •via X (Twitter)

57 Kommentare

Profilbild von søren
sørenvor 2 Jahren

@LangChainAI @Replit awesome. stock analyzer bots were some of the first things i built + hosted on replit in 2020/2021. @notjustinshaw throwback to the days of scraping SPACs on and gpt-2 summarization.

Profilbild von Alger
Algervor 1 Jahr

Looking to invest in the Enablers and Adopters of AI? Consider an actively managed fund investing in companies actively involved in developing and implementing AI technologies.

Profilbild von Mayo Oshin
Mayo Oshinvor 2 Jahren

@LangChainAI @Replit Good job 👏 how can this approach be applied for general research on any topic?

Profilbild von João Moura
João Mouravor 2 Jahren

@LangChainAI @Replit Pretty easy actually, just a matter of updating the agents and tasks, so it would be only updating prompts, maybe adding / removing agents depending on what you want. I’ll share another example this week of a trip planner crew as well with similar setup

Profilbild von Richard
Richardvor 2 Jahren

@hwchase17 @LangChainAI @Replit Code?

Profilbild von João Moura
João Mouravor 2 Jahren

@hwchase17 @LangChainAI @Replit dropping it next week, probably Tuesday together with a couple articles

Profilbild von Juancho
Juanchovor 2 Jahren

@LangChainAI @Replit I did something similar to this but the analysis is still too basic in my opinion, specifically if you really want to do a serious investment. I was thinking to probably create 1K agents to bring this to the next level

Profilbild von João Moura
João Mouravor 2 Jahren

@LangChainAI @Replit I think it’s maybe just a matter of having specific crews for what kind of analysis one would want, I tried to make this more generic, but if you want go deep and broad multiple crews are the way to go

Profilbild von PaulTheBully
PaulTheBullyvor 2 Jahren

@LangChainAI @Replit Is there a link to this tutorial?

Profilbild von João Moura
João Mouravor 2 Jahren

@LangChainAI @Replit Not yet, I will be posting in the next couple days together with a couple articles

Profilbild von Pete Sena
Pete Senavor 2 Jahren

@LangChainAI @Replit Super cool use of AI agents

Profilbild von João Moura
João Mouravor 2 Jahren

@LangChainAI @Replit right? Was pretty fun to build as well, but I have more cool examples to drop later this week 😎👉👉

Profilbild von Dave Hayes
Dave Hayesvor 2 Jahren

@LangChainAI @Replit Certified dope.

Profilbild von João Moura
João Mouravor 2 Jahren

@LangChainAI @Replit 🫡 I’ll keep it coming

Profilbild von Justin McCarty
Justin McCartyvor 2 Jahren

@LangChainAI @Replit What is crew ai

Profilbild von João Moura
João Mouravor 2 Jahren

@LangChainAI @Replit A thin framework to build groups of AI Agents ✨

Profilbild von João Moura
João Mouravor 2 Jahren

idk if you saw this but another cool example similar to what we talked the other day

Profilbild von Evil Genius
Evil Geniusvor 2 Jahren

@LangChainAI @Replit Currently building something similar… Integrating into our platform…

Profilbild von Pablo Arango
Pablo Arangovor 2 Jahren

@LangChainAI @Replit Hello, what is the software you use to record this kind of videos ?

Profilbild von João Moura
João Mouravor 2 Jahren

@LangChainAI @Replit Screen Studio, pretty swett!

Profilbild von Jan
Janvor 2 Jahren

@LangChainAI @Replit Thanks for video. Really good explanation what's going on.

Profilbild von João Moura
João Mouravor 2 Jahren

@LangChainAI @Replit Glad you linked Jan! So many great examples of things to build with AI Agents

Profilbild von Dog LLM
Dog LLMvor 2 Jahren

@LangChainAI @Replit where’s source code

Profilbild von João Moura
João Mouravor 2 Jahren

@LangChainAI @Replit Dropping in the few days together with a couple articles 🫡

Profilbild von João Moura
João Mouravor 2 Jahren

check this one out, I think you might like it 😉

Profilbild von Troublemaker
Troublemakervor 2 Jahren

@LangChainAI @Replit Any code for this Stock Analysis AI Crew? Sounds like fun.

Profilbild von João Moura
João Mouravor 2 Jahren

@LangChainAI @Replit will be sharing it later this week on the 21st together with a couple articles

Profilbild von Jason Ferrell
Jason Ferrellvor 2 Jahren

@LangChainAI @Replit Cool, I built something similar using OpenAI’s assistant API. I found OpenAI to be rather slow, >1m per task run in GPT-4-turbo. Looks like you cut the demo for processing - how long do your agents take to complete their task runs?

Profilbild von João Moura
João Mouravor 2 Jahren

@LangChainAI @Replit The whole thing takes around 5-10m, but that's doesn't bother me as much as I face it as basically time back for myself to do other things as it runs. That said smaller local models would be faster but lower quality. You can use them through @OLLAMA super good for simpelr tasks

Profilbild von Muratcan Koylan
Muratcan Koylanvor 2 Jahren

@LangChainAI @Replit Great Job! Working on a similar project and CrewAI is really helpful 💫

Profilbild von João Moura
João Mouravor 2 Jahren

@LangChainAI @Replit Thanks 🙏 I really appreciate hearing back from people using it ✨

Profilbild von Preet
Preetvor 2 Jahren

@LangChainAI @Replit Good work brother.

Profilbild von João Moura
João Mouravor 2 Jahren

@LangChainAI @Replit Thanks buddy! Was really fun to build!

Profilbild von Dr Shrivastava A(Generative AI Consultant)
Dr Shrivastava A(Generative AI Consultant)vor 2 Jahren

@LangChainAI @Replit Super

Profilbild von Quang Dinh
Quang Dinhvor 2 Jahren

@LangChainAI @Replit Great Job, I hope can try it.

Profilbild von João Moura
João Mouravor 2 Jahren

@QuanginhNgc1 @LangChainAI @Replit Glad you liked it! CrewAI is opensource so feel free to give it a try, this example will be open sourced this week as well together with a couple articles I’ve been working on

Profilbild von Farid Safi
Farid Safivor 2 Jahren

@LangChainAI @Replit Good. Which software do you use for recording your camera ?

Profilbild von João Moura
João Mouravor 2 Jahren

@LangChainAI @Replit Screen studio, pretty cool

Profilbild von Jeff Burke ⠕
Jeff Burke ⠕vor 2 Jahren

@LangChainAI @Replit This is cool! Is the Repl public to fork?

Profilbild von João Moura
João Mouravor 2 Jahren

@LangChainAI @Replit Will publish this week together with an article 😉

Profilbild von Daniel Kempe
Daniel Kempevor 2 Jahren

@LangChainAI @Replit 👍

Profilbild von Dariel Noel 🏆
Dariel Noel 🏆vor 2 Jahren

@LangChainAI @Replit Wow😍 how do you ensure the accuracy and reliability of recommendations from these ai agents?

Profilbild von João Moura
João Mouravor 2 Jahren

@LangChainAI @Replit Usually I'd measure this agains a testing set but a lot of this is built on live data, so I guess the best approach could be to have the report include all references for the data so you can double check if needed, if you include it in the prompt it should be able to do it

Profilbild von Fabian
Fabianvor 2 Jahren

@LangChainAI @Replit this is awesome! great job with this chain.

Profilbild von The Content
The Contentvor 2 Jahren

@LangChainAI @Replit @memdotai mem it

Profilbild von 推文点赞|网站:mf8.xyz
推文点赞|网站:mf8.xyzvor 2 Jahren

@LangChainAI @Replit 🔘🔳🔲,northerners are all cowards. one or two battles will end the

Profilbild von stagflacja
stagflacjavor 2 Jahren

@LangChainAI @Replit Very cool. What takes the longest in this process - getting openai chat responses / generating embeddings / getting additional data from the internet? BTW is this app related to your framework, or just coincidence :)

Profilbild von João Moura
João Mouravor 2 Jahren

@LangChainAI @Replit depends, because it's a non-linear process so sometimes it might do many embedding searches others not so much, but overall the OpenAI responses take the longest. Just a coincidence haha

Profilbild von hindu_interest
hindu_interestvor 2 Jahren

@LangChainAI @Replit how to use this, website link please. Thank you

Profilbild von Danish Khan
Danish Khanvor 2 Jahren

@LangChainAI @Replit What can be done to make the UI better?

Profilbild von Attila-IBS
Attila-IBSvor 2 Jahren

@LangChainAI @Replit Has the stucked loop issue been fixed? I like this project, so I'd like to keep testing it, especially with Mixtral 8x7B

Profilbild von João Moura
João Mouravor 2 Jahren

@LangChainAI @Replit It seems that stuck loop was me putting together a very bad readme example I didn't really tested 🙃 I updated the test but still didn't close the issue as I wanna add guardrails to prevent that. I'm super curious to try it with Mixtral as well! Thinking about fine tuning it

Profilbild von DongNan
DongNanvor 2 Jahren

@LangChainAI @Replit .

Profilbild von ▓▒░cнroмυн░▒▓
▓▒░cнroмυн░▒▓vor 2 Jahren

@LangChainAI @Replit How much did it cost for generating this?

Profilbild von João Moura
João Mouravor 2 Jahren

@LangChainAI @Replit seems it was < $1 but I'll run more tests and report back

Profilbild von José
Josévor 2 Jahren

@LangChainAI @Replit @NotionAddon

Profilbild von Ryan Lisse
Ryan Lissevor 2 Jahren

@LangChainAI @Replit @memdotai mem it

Ähnliche Videos

New Course: ACP: Agent Communication Protocol Learn to build agents that communicate and collaborate across different frameworks using ACP in this short course built with IBM Research's BeeAI, and taught by Sandi Besen, AI Research Engineer & Ecosystem Lead at IBM, and Nicholas Renotte, Head of AI Developer Advocacy at IBM. Building a multi-agent system with agents built or used by different teams and organizations can become challenging. You may need to write custom integrations each time a team updates their agent design or changes their choice of agentic orchestration framework. The Agent Communication Protocol (ACP) is an open protocol that addresses this challenge by standardizing how agents communicate, using a unified RESTful interface that works across frameworks. In this protocol, you host an agent inside an ACP server, which handles requests from an ACP client and passes them to the appropriate agent. Using a standardized client-server interface allows multiple teams to reuse agents across projects. It also makes it easier to switch between frameworks, replace an agent with a new version, or update a multi-agent system without refactoring the entire system. In this course, you’ll learn to connect agents through ACP. You’ll understand the lifecycle of an ACP Agent and how it compares to other protocols, such as MCP (Model Context Protocol) and A2A (Agent-to-Agent). You’ll build ACP-compliant agents and implement both sequential and hierarchical workflows of multiple agents collaborating using ACP. Through hands-on exercises, you’ll build: - A RAG agent with CrewAI and wrap it inside an ACP server. - An ACP Client to make calls to the ACP server you created. - A sequential workflow that chains an ACP server, created with Smolagents, to the RAG agent. - A hierarchical workflow using a router agent that transforms user queries into tasks, delegated to agents available through ACP servers. - An agent that uses MCP to access tools and ACP to communicate with other agents. You’ll finish up by importing your ACP agents into the BeeAI platform, an open-source registry for discovering and sharing agents. ACP enables collaboration between agents across teams and organizations. By the end of this course, you’ll be able to build ACP agents and workflows that communicate and collaborate regardless of framework. Please sign up here:

Andrew Ng

105,261 Aufrufe • vor 11 Monaten