Загрузка видео...

Не удалось загрузить видео

На главную

Introducing 🦀 CRAB: Cross-environment Agent Benchmark for Multimodal Language Model Agents 🦀 CRAB provides an end-to-end and easy-to-use framework to build multimodal agents, operate environments, and create benchmarks to evaluate them, featuring three key components: - 🔀 Cross-environment support - agents can operate tasks in 📱 Android and 💻...

72,661 просмотров • 1 год назад •via X (Twitter)

Комментарии: 8

Фото профиля CAMEL-AI.org
CAMEL-AI.org1 год назад

Of course, that wouldn't be possible thanks to the amazing contributors from our @CamelAIOrg community. @TianqiXu233 (KAUST), Linyao Chen (UTokyo), Dai-jie Wu (KAUST), Yanjun Chen (CMU), @zechengzh, Xiang Yao, @Zhiqiang_Xie (Stanford), @YongchaoC (Harvard), @atasteoff (Tsinghua), Bochen Qian (SUSTech), @philiptorr (Oxford), @BernardSGhanem (KAUST), @guohao_li (Oxford)

Фото профиля CAMEL-AI.org
CAMEL-AI.org1 год назад

If you are interested in learning more, check out this blog post:

Фото профиля omni_georgio
omni_georgio1 год назад

🚀

Фото профиля Happy
Happy1 год назад

amazing

Фото профиля CAMEL-AI.org
CAMEL-AI.org1 год назад

Thanks, more to come!

Фото профиля Tianqi Xu
Tianqi Xu1 год назад

Thank @omni_georgio for making this awesome video! We target to make CRAB the best LLM agent benchmark framework.

Фото профиля OP
OP1 год назад

hey @CamelAIOrg . That's promissing. Added CRAB to the new specialized directory for AI Agents and frameworks for building them. Now you can upvote it.

Фото профиля KALALA NZENIELE
KALALA NZENIELE1 год назад

@DFintelligence

Похожие видео

New short course: Building Code Agents with Hugging Face smolagents! Learn how to build code agents in this course, created in collaboration with Hugging Face, and taught by Thomas Wolf, its co-founder and CSO, and m_ric, Hugging Face’s Project Lead on Agents. Tool-calling agents use LLMs to generate multiple function calls sequentially to complete a complex sequence of tasks. They generate one function call, execute it, observe, reason, and decide what to do next. Code agents take a different approach. They consolidate all these calls into a single block of code, letting the LLM lay out an entire action plan at once, which can be executed efficiently to provide more reliable results. You’ll learn how to code agents using smolagents, a lightweight agentic framework from Hugging Face. Along the way, you’ll learn how to run LLM-generated code safely and develop an evaluation system to optimize your code agent for production. In detail, you’ll learn: - How agentic systems have evolved, gaining greater levels of agency over time—and why code agents are a next step. - How code agents write their actions in code. - When code agents outperform function-calling agents. - How to run code agents safely in your system using a constrained Python interpreter and sandboxing using E2B. - To trace, debug, and assess the code agent to optimize its behaviours for complex requests. - How to build a research multi-agent system that can find information online and organize it into an interactive report. By the end of this course, you’ll know how to build and run code agents using smolagents, and deploy them safely with a structured evaluation system in your projects. Please sign up here!

Andrew Ng

127,724 просмотров • 1 год назад

Today we’re launching the first and only human-like AI agents in the world. Super Agents™ are the first agents with human‑level skills – they DM you, take @ mentions, send emails, manage docs, tasks, and more. Not just tools or API calls, but real skills fine‑tuned for how teams actually work. The first agents with 100% context – fully native in ClickUp and fully synced from other apps. Super Agents see your work the same way that humans do: tasks, docs, schedules, and conversations all in one place. The first agents that learn from human interactions automatically, without any setup or configuration – when you give feedback, they listen and improve how they work. The first agents with human‑level memory for custom agents – historical memory for every interaction, short-term working memory, and even long‑term memory stored in docs you can literally open, inspect, and edit. The first agents that are literally the same as users – our agentic user model is the same as our user data model. This gives you permissions and capabilities that you and your systems are already familiar with. The first infinite agent catalog – where anyone can create and customize agents in minutes, for literally any type of work imaginable. It's the most intuitive way to build agents on the planet. 95% of companies are failing in AI adoption. The reality is that AI isn't meant to be adopted, it's meant to be adapted – to you. Super Agents are automatically personalized to you and your company using proprietary state-of-the-art agent architecture, orchestration, and tooling. Today is the largest step forward we've ever made towards our mission of making people more productive. Maximize human productivity, with ClickUp Super Agents. Available NOW. For everyone.

Zeb Evans

320,607 просмотров • 7 месяцев назад

New Short Course: Building AI Browser Agents! Learn how to build AI agents that interact and take actions on websites in this course, created in partnership with and taught by and @namangarg0, Co-founders of AGI Inc. AI browser agents can log into websites, fill out forms, click through web pages, or even place orders online for you. They use both visual information, like screenshots, and structural data, like the HTML or Document Object Model (DOM) of a web page, to reason and take action. With the complexity of webpages and multiple possible actions at each step, it can be challenging for an AI browser agent to complete an assigned task. Because these agents run long action sequences, a single error—like clicking the wrong button or misreading a field—can lead to unexpected outcomes or errors that compound over time. In this course, you'll understand how autonomous web agents work, their current limitations, and how AgentQ enables them to improve through self-correction. In detail, you'll: - Learn what web agents are, how they automate tasks online, their architecture, key components, limitations, and an overview of their decision-making strategies. - Build a web agent that can scrape website and return course recommendations in a structured output format. - Build an autonomous web agent that can execute multiple tasks, such as finding and summarizing webpages, filling out a form, and signing up for a newsletter. - Explore AgentQ, a framework that enables agents to self-correct by combining Monte Carlo Tree Search (MCTS), a self-critique mechanism for continuous improvement, and Direct Preference Optimization (DPO). - Deep dive into MCTS, learn how it finds an effective path, illustrated by an example of Gridworld animation, and use AgentQ to complete web tasks. - Understand AI agents' current state and future directions—including key factors shaping their evolution, such as hardware, algorithm innovation, and data availability. By the end of this course, you will have hands-on experience building browser agents and a deeper understanding of how to make them more robust and reliable. Please sign up here:

Andrew Ng

186,031 просмотров • 1 год назад

JARVIS-1: Open-World Multi-task Agents with Memory-Augmented Multimodal Language Models paper page: Achieving human-like planning and control with multimodal observations in an open world is a key milestone for more functional generalist agents. Existing approaches can handle certain long-horizon tasks in an open world. However, they still struggle when the number of open-world tasks could potentially be infinite and lack the capability to progressively enhance task completion as game time progresses. We introduce JARVIS-1, an open-world agent that can perceive multimodal input (visual observations and human instructions), generate sophisticated plans, and perform embodied control, all within the popular yet challenging open-world Minecraft universe. Specifically, we develop JARVIS-1 on top of pre-trained multimodal language models, which map visual observations and textual instructions to plans. The plans will be ultimately dispatched to the goal-conditioned controllers. We outfit JARVIS-1 with a multimodal memory, which facilitates planning using both pre-trained knowledge and its actual game survival experiences. In our experiments, JARVIS-1 exhibits nearly perfect performances across over 200 varying tasks from the Minecraft Universe Benchmark, ranging from entry to intermediate levels. JARVIS-1 has achieved a completion rate of 12.5% in the long-horizon diamond pickaxe task. This represents a significant increase up to 5 times compared to previous records. Furthermore, we show that JARVIS-1 is able to self-improve following a life-long learning paradigm thanks to multimodal memory, sparking a more general intelligence and improved autonomy.

AK

141,440 просмотров • 2 лет назад

How many AI agents work at your company? We now have over 3,258 agents working alongside 1,300 humans. The crazy part is these agents were created by EVERY EMPLOYEE at our company... sales reps, marketers, customer support, product, eng. Literally EVERYONE. BUT I'm most surprised by the adoption and value that MANAGERS are getting from agents. I used to think that every IC would become a manager of agents. Now I think that managers will very likely manage WAY more agents than their ICs combined. And managers' agents will manage their ICs' agents - overseeing them for human-in-the-loop interactions. When creating agents, we use 100% context from all of your activity, files edited, tasks and projects worked on, hierarchy, skills, and role information. We build a user-based context model to make agents as relatable as possible to the specific human that we're building for. This means they truly understand the nuances of the work and what "great" looks like - because great is very much in the eye of the beholder. Great is by definition, subjective. This is also why the human ENGAGEMENT loops are SO vital to agent value. The iteration AFTER the agent is onboarded is where the MAGIC happens. This is just like a manager managing an IC in real life... you're giving feedback. In this case, though, agents learn INSTANTLY, and they retain the knowledge perfectly and indefinitely. Even though I've been pushing AI for years now to everyone in our company, this was the first time we had truly end-to-end AI adoption and retention. This kind of AI adoption is wild. But the value we're realizing is truly INSANE. Super Agents outnumber our humans nearly 3 to 1. What if you could 3X your workforce overnight? Watch this video to see how 👇

Zeb Evans

425,244 просмотров • 5 месяцев назад

Excited to introduce a new project I've been working on called Payman! Payman is an AI Agent tool that gives Agents the ability to pay people for tasks they cannot do themselves. While many people imagine a future where humans pay AI agents for services they want completed, I believe that as AI agents become more advanced, they will be paying humans for tasks they can’t do. There will always be important roles for humans, and as we move towards an agent-driven world, Payman’s goal is to support a symbiotic relationship between AI agents and humans. Payman addresses three major challenges to make this collaboration possible: Access to Funds: AI agents can't open bank accounts due to current regulations. It might be a long time before this changes, if ever. Payman simplifies this by allowing AI agents with access to their own funds to spend as they want, without a bank account. Quality Task Completion: It’s hard for AI agents to find reliable, skilled human workers. While platforms like Fiverr and Upwork exist, they don’t meet the fast-paced and quality-specific needs of AI workflows. Payman is developing the largest vetted database of skilled workers that AI agents can tap into for task completions. Verification of Work: Ensuring that tasks are completed correctly is crucial. Payman is creating a suite of verification agents that will check that work meets task requirements, helping AI agents achieve their goals and ensuring humans are paid fairly. There are tons of use cases that Payman opens up for Agents! Design: Humans add creative input to help Agent's design better products. Code: Humans perform code reviews to ensure it meets specifications. Law: Humans provide insights to gauge public sentiment about legal cases so Agents can make better strategies. Gaming: Agents pay humans to complete real-world tasks in games. Medical: Medical professionals help to improve diagnostic accuracy for Agents. Sales: Humans execute sales strategies developed by AI agents. Marketing: Humans are hired to promote products based on the Agent's strategy. Right now this is still in early beta and I am looking for any Agent builders that are interested in adding superpowers to what their Agent can do! DM me if you’d like access or sign-up to the waitlist at If you’re interested in the project and want to help contribute, please send me over a DM! I’m looking for people passionate about the intersection of Humans and Agent’s working together.

tyllen

350,914 просмотров • 2 лет назад