Subconscious
Subconscious is a developer-first platform designed to build, deploy, and scale production-ready AI agents by handling the hardest parts of agent architecture automatically. It provides a complete agent system that manages context, orchestrates tools, and enables long-horizon reasoning, allowing developers to focus on defining goals and capabilities rather than stitching together complex infrastructure. It introduces a unified inference engine composed of a co-designed model and runtime that decomposes complex tasks, generates workflows dynamically, and executes multi-step reasoning without manual context engineering or multi-agent orchestration. Unlike traditional approaches that rely on chaining APIs and frameworks, Subconscious enables agents to take in goals and tools, then autonomously plan, reason, and act with minimal human intervention, effectively creating systems that can “get the job done” on their own.
Learn more
NVIDIA Agent Toolkit
NVIDIA Agent Toolkit is a solution stack designed to build, deploy, and scale autonomous AI agents that can reason, plan, and execute complex tasks across enterprise systems. Unlike traditional generative AI, which responds to single prompts, agentic AI uses sophisticated reasoning and iterative planning to solve multi-step problems independently, enabling systems to analyze data, develop strategies, and complete workflows without continuous human input. It integrates multiple components of the NVIDIA AI ecosystem, including pretrained models, microservices, and development frameworks, allowing organizations to create context-aware AI agents that operate using their own data. These agents can ingest large volumes of structured and unstructured data from enterprise systems, interpret context, and coordinate actions across applications to automate processes such as customer service, software development, analytics, and operational workflows.
Learn more
LlamaIndex
LlamaIndex is a “data framework” to help you build LLM apps. Connect semi-structured data from API's like Slack, Salesforce, Notion, etc. LlamaIndex is a simple, flexible data framework for connecting custom data sources to large language models. LlamaIndex provides the key tools to augment your LLM applications with data. Connect your existing data sources and data formats (API's, PDF's, documents, SQL, etc.) to use with a large language model application. Store and index your data for different use cases. Integrate with downstream vector store and database providers. LlamaIndex provides a query interface that accepts any input prompt over your data and returns a knowledge-augmented response. Connect unstructured sources such as documents, raw text files, PDF's, videos, images, etc. Easily integrate structured data sources from Excel, SQL, etc. Provides ways to structure your data (indices, graphs) so that this data can be easily used with LLMs.
Learn more
Flowise
Flowise is an open-source platform that enables developers and teams to build AI agents and LLM-powered applications through a visual interface. The platform provides modular building blocks that allow users to create everything from simple chatbot workflows to complex multi-agent systems. With its drag-and-drop design environment, developers can rapidly prototype and deploy AI-powered applications without extensive coding. Flowise supports integrations with more than 100 large language models, embeddings, and vector databases. It also includes features such as human-in-the-loop workflows, observability tools, and execution tracing for monitoring agent behavior. Developers can extend applications through APIs, SDKs, and embedded chat interfaces using TypeScript or Python. By combining visual development tools with scalable infrastructure, Flowise simplifies the process of building and deploying production-ready AI agents.
Learn more