Search Results
10 results for “agents”
Agentic AI
Agentic AI refers to artificial intelligence systems designed to pursue goals autonomously over extended time horizons by perceiving their environment, reasoning about actions, executing multi-step plans, and learning from outcomes without requiring continuous human instruction.
AI Agents
Autonomous AI systems that perceive their environment, reason over goals, select and execute actions using external tools, and operate across multi-step tasks with minimal human intervention.
AI Memory
AI memory refers to the mechanisms that allow artificial intelligence agents to retain, retrieve, and use information across interactions, extending capability beyond a single context window.
AI Planning
AI planning is the discipline of automatically generating a sequence of actions that an intelligent agent can execute to move from an initial state to a goal, increasingly used inside LLM-based agents to decompose and reason about complex tasks.
Autonomous Agents
Autonomous AI agents are software systems that use large language models as a reasoning core, enabling them to plan multi-step tasks, use external tools, maintain memory, and take actions to achieve goals with minimal human intervention.
LangChain
LangChain is an open-source framework for building applications powered by large language models, providing composable abstractions for chaining LLM calls with tools, memory, and data retrieval in Python and JavaScript.
Multi-Agent Systems
Multi-agent systems in AI are architectures in which multiple autonomous AI agents, each with specialised capabilities, collaborate through communication and coordination to complete complex tasks that exceed the capability of any single agent.
Salesforce Einstein
Salesforce Einstein is an integrated artificial intelligence platform embedded across the Salesforce CRM ecosystem, providing predictive analytics, generative AI, and autonomous agents for sales, service, marketing, and commerce workflows.
ServiceNow AI
ServiceNow AI is the artificial intelligence layer embedded in the ServiceNow platform, providing predictive analytics, generative AI, and autonomous agents for IT service management, enterprise workflow automation, and cross-functional business operations.
Tool Use
Tool use in AI refers to the capability of language models to invoke external functions, APIs, or services to retrieve information, perform actions, or extend their abilities beyond text generation.