AI Agents & Automation
Browsing page 372 of AI Agents & Automation. Sorted by confidence score — our independent quality rating.
Cloudpick
Cloudpick specializes in advanced unmanned retail solutions, leveraging AI and multi-dimensional sensor technology to create digital twins of physical spaces. Their offerings include AI Smart Stores for automated settlements and 24/7 operation, Moby Marts for mobile retail, and Computer Vision Coolbinets for accessible mini AI unmanned stores. The platform also features a Smart Store Management System for remote control and operational efficiency. Cloudpick provides tailored solutions for diverse sectors such as transportation hubs (railway, highway, airport), cultural/sports/tourism venues, enterprise/industrial parks, and hospitals/factories/research institutes, aiming to enhance shopping experiences, boost employee efficiency, and improve store productivity through data-driven insights.
SWE-agent
SWE-agent is an advanced agentic framework designed to enable language models (LMs) like GPT-4o or Claude Sonnet 4 to autonomously identify and fix issues within real GitHub repositories. Beyond software engineering tasks, it can be employed for offensive cybersecurity challenges, such as capture the flag, and competitive coding. The tool is highly configurable, governed by a single YAML file, and offers maximal agency to the LM, making it free-flowing and generalizable. Developed by researchers from Princeton University and Stanford University, SWE-agent has achieved state-of-the-art results on the SWE-bench benchmark. Users can try SWE-agent in their browser or explore its capabilities for offensive cybersecurity through its EnIGMA mode.
codeflying
CodeFlying is an innovative AI-powered platform designed for "vibe coding," allowing users to build full-stack applications simply by describing their ideas to an AI. This no-code solution streamlines the app development process, enabling the creation of web apps, mobile apps, and even WeChat mini-programs in minutes. It aims to democratize app creation, making it accessible to individuals without extensive coding knowledge. The platform focuses on rapid prototyping and deployment, transforming conversational input into functional applications, marking a new era in app development.
swe-rl
SWE-RL is an official codebase for "Advancing LLM Reasoning via Reinforcement Learning on Open Software Evolution," designed to scale reinforcement learning-based LLM reasoning for real-world software engineering tasks. It leverages open-source software evolution data and rule-based rewards to improve LLM performance. The codebase includes prompt templates and a flexible reward function API that supports various editing formats, including sequence similarity for search/replace changes and unified diffs. Additionally, SWE-RL features an Agentless Mini component for fast asynchronous inference, code refactoring, file-level localization, and repair, supporting OpenAI-compatible endpoints and Hugging Face models like Llama-3.3-70B-Instruct.
Deix S.r.l.
Deix S.r.l. specializes in developing innovative algorithms and applications by leveraging expertise in mathematical modeling, artificial intelligence, and optimization. They provide solutions that enable companies to make informed decisions and identify new business opportunities. Deix offers both ready-to-use products and tailor-made solutions designed to meet specific business needs. Their approach integrates internal knowledge and data to deliver high-quality, efficient results, as evidenced by client testimonials highlighting speed, technical expertise, and proactivity in solving complex challenges.
sqlite-vss
sqlite-vss is a SQLite extension designed to bring vector search capabilities directly into SQLite databases, leveraging the Faiss library for efficiency. It enables developers to build semantic search engines, recommendation systems, and question-and-answering tools by storing and querying vector embeddings. While not actively developed, with efforts now focused on sqlite-vec, it offers a robust solution for integrating vector search into applications using SQLite. Users can create virtual tables to store high-dimensional embeddings and perform k-nearest neighbor searches. It supports various languages through bindings like Python, Node.js, Deno, Ruby, Elixir, Go, and Rust, making it accessible to a wide range of developers.
Falcondale
Falcondale specializes in developing applied quantum machine learning and optimization solutions designed to deliver real-world impact. The company focuses on leveraging quantum intelligence to solve complex problems across various industries. Falcondale aims to provide a competitive edge through its advanced quantum technologies, offering solutions that go beyond traditional computational methods. Their expertise lies in translating cutting-edge quantum research into practical, deployable applications for businesses and organizations seeking innovative data analysis and optimization capabilities.
streaming-llm
StreamingLLM is an innovative open-source framework designed to address the challenges of deploying Large Language Models (LLMs) in streaming applications that require processing infinite-length inputs. It introduces the concept of "attention sinks" to efficiently manage Key and Value (KV) states, allowing LLMs to generalize to infinite sequence lengths without fine-tuning. This approach prevents the performance degradation seen in traditional window attention methods when text length exceeds cache size. StreamingLLM enables models like Llama-2, MPT, Falcon, and Pythia to perform stable and efficient language modeling with millions of tokens, offering up to a 22.2x speedup over sliding window recomputation baselines. It is particularly optimized for scenarios such as multi-round dialogues where continuous operation without extensive memory or dependency on past data is crucial.
streaming-vlm
StreamingVLM is an innovative AI tool designed for real-time understanding of effectively infinite video streams. Developed by mit-han-lab, it addresses common challenges in long-video analysis by maintaining a compact KV cache and aligning training directly with streaming inference. This approach efficiently avoids the quadratic cost associated with traditional methods and mitigates the pitfalls of sliding-window techniques. The system is capable of running at up to 8 frames per second (FPS) on a single H100 GPU, offering stable and efficient video processing. It has demonstrated superior performance, winning 66.18% against GPT-4o mini on a new long-video benchmark and also enhances general Video Question Answering (VQA) capabilities without requiring task-specific fine-tuning. The project provides scripts for environment setup, inference, supervised fine-tuning (SFT), and various evaluations including OVOBench and VQA tasks.
terminal-bench
terminal-bench is an open-source benchmark designed to evaluate the performance of AI agents, specifically Large Language Models (LLMs), in realistic terminal environments. It provides a comprehensive suite of tasks that challenge agents with complex, end-to-end scenarios, ranging from compiling code to training models and setting up servers. The tool consists of a dataset of tasks, each with an English instruction, a test script for verification, and a reference solution, along with an execution harness that connects the language model to a sandboxed terminal environment. This setup ensures reproducible and practical evaluation of system-level reasoning. It is currently in beta with approximately 100 tasks, with plans for significant expansion, and welcomes community contributions for new and challenging tasks.
trae-agent
Trae Agent is an LLM-based agent designed for general-purpose software engineering tasks, offering a transparent and modular architecture for researchers and developers. It provides a powerful command-line interface (CLI) that can interpret natural language instructions and execute intricate software engineering workflows using various tools and LLM providers. Key features include Lakeview for concise summarization of agent steps, multi-LLM support for providers like OpenAI, Anthropic, and Google Gemini, and a rich tool ecosystem for file editing, bash execution, and sequential thinking. The agent also offers an interactive mode for iterative development, detailed trajectory recording for debugging, and flexible YAML-based configuration. It is easily installed via pip and supports Docker for isolated task execution.
TheAgentCompany
TheAgentCompany is an open-source benchmark designed to evaluate the performance of LLM agents on consequential, real-world tasks within a simulated software company environment. It allows for assessing how well AI agents can accelerate or autonomously perform work-related tasks by interacting with the web, writing code, running programs, and communicating. The platform offers diverse task roles, data types, and a comprehensive scoring system with multiple evaluation methods, including deterministic and LLM-based evaluators. It features simple one-command operations for environment setup and quick system resets, making it an extensible framework for adding new tasks and evaluators. The benchmark is available on GitHub and supports integration with platforms like OpenHands.
textgenrnn
textgenrnn is a Python 3 module built on Keras/TensorFlow designed for creating character-level recurrent neural networks (char-RNNs). It enables users to easily train text-generating neural networks of any size and complexity on any text dataset. The tool incorporates modern neural network architectures, including attention-weighting and skip-embedding, to accelerate training and enhance model quality. Users can train and generate text at either the character or word level, configure RNN size, layer count, and use bidirectional RNNs. It supports training on generic input text files, including large ones, and allows for GPU-trained models to generate text on a CPU. Additionally, textgenrnn offers a powerful CuDNN implementation for faster GPU training and supports contextual labels for improved learning and results.
table-transformer
Table Transformer (TATR) is a deep learning model developed by Microsoft for extracting tables from unstructured documents, including PDFs and images. Based on object detection, TATR can be trained to work across various document domains, with pre-trained model weights available for the PubTables-1M dataset. The repository also provides the official code for the PubTables-1M dataset, a large-scale dataset for table detection, structure recognition, and functional analysis, and the GriTS evaluation metric for table structure recognition. Researchers and developers can use TATR to detect and recognize tables, convert them to HTML or CSV, and train custom models for specific needs.
TileRT
TileRT is an open-source, tile-based runtime engineered for ultra-low-latency Large Language Model (LLM) inference. It aims to push the boundaries of LLM latency without compromising model size or quality, allowing models with hundreds of billions of parameters to achieve millisecond-level time per output token (TPOT). Unlike traditional inference systems optimized for high-throughput batch processing, TileRT prioritizes responsiveness, making it ideal for applications like high-frequency trading, interactive AI, real-time decision-making, and AI-assisted coding. It achieves this by decomposing LLM operators into fine-grained tile-level tasks and dynamically rescheduling computation, I/O, and communication across multiple devices to minimize idle time and improve hardware utilization. TileRT currently supports models like GLM-5 and DeepSeek-V3.2 and offers Multi-Token Prediction (MTP) for efficient longer output generation.
Ema
Ema is a Universal AI Employee solution designed for enterprises, leveraging sophisticated AI Agents to automate tasks and enhance productivity across all roles and industries. It goes beyond simple automation by learning, adapting, and evolving to meet business needs. Ema offers pre-built AI Agents and a Generative Workflow Engine™ to conversationally activate new AI employees for complex workflows. It is pre-integrated with hundreds of applications, making it easy to configure and deploy. Ema prioritizes data governance, redacting sensitive information before public LLM processing, ensuring compliance with leading standards, top-tier encryption, and customizable private models. Its proprietary EmaFusion™ model, with 2T+ parameters, maximizes accuracy at the lowest cost by intelligently blending public and private models, ensuring future-proof adaptability.
talk2arxiv
talk2arxiv is an open-source Retrieval-Augmented Generation (RAG) system specifically designed for academic paper PDFs. It enables users to chat with any ArXiv paper by simply modifying the paper's URL. The system features PDF parsing using GROBID for efficient text extraction, a custom chunking algorithm that organizes text by logical sections and recursive subdivision, and Cohere's EmbedV3 model for accurate text embeddings. It integrates with Qdrant for vector database storage and querying, which also caches research papers to avoid re-embedding. A reranking process ensures contextual relevance based on user input. The frontend is built with Typescript, ReactJS, TailwindCSS, and NextJS, while the backend utilizes Flask, Gunicorn, and Nginx.
Tarot Master
Tarot Master is an innovative platform that combines the mystical wisdom of Tarot with the precise insights of Astrology, enhanced by artificial intelligence. Users can chat with their personal AI psychic to receive highly personalized insights based on their unique astrological data. The platform offers 24/7 availability with over 25 AI-enhanced Tarot Masters, ensuring instant guidance anytime, anywhere. It provides various reading types, including compatibility spreads, yes/no tarot, 1-card, 3-card, 6-card, twin flames, relationship, daily transit, weekly transit, and career readings. Tarot Master aims to make spiritual guidance accessible and budget-friendly, offering expert insights without the traditional high costs.
tokenizers
tokenizers is an open-source library developed by Hugging Face, offering highly optimized and versatile tokenizers for natural language processing tasks. Implemented primarily in Rust, it boasts exceptional performance, capable of tokenizing a gigabyte of text on a server's CPU in less than 20 seconds. The library supports training new vocabularies and tokenizing text using popular models like Byte-Pair Encoding, WordPiece, and Unigram. It includes features such as alignment tracking during normalization, ensuring that the original sentence segments corresponding to tokens can always be retrieved. Additionally, it handles pre-processing steps like truncation, padding, and adding special tokens required by various models, making it suitable for both research and production environments.
trajectory-transformer
Trajectory Transformer is an open-source code release that implements offline reinforcement learning as a sequence modeling problem. Based on the paper "Offline Reinforcement Learning as One Big Sequence Modeling Problem," this tool provides a framework for training models to predict trajectories. It includes scripts for training transformers on various datasets and for planning with these models. The project also offers pretrained models for multiple datasets, allowing users to quickly experiment and reproduce results. It supports installation via conda or Docker, and provides utilities for running jobs on Azure, making it suitable for researchers and engineers in reinforcement learning and robotics.
TASO
TASO, the Tensor Algebra SuperOptimizer for Deep Learning, significantly enhances the performance of deep neural network models. It achieves this by automatically generating and verifying graph transformations to build a vast search space of computation graphs equivalent to the original DNN model. Employing a cost-based search algorithm, TASO discovers highly optimized computation graphs, leading to up to a 3x performance improvement over graph optimizers in current deep learning frameworks. It supports optimizing pre-trained models in ONNX, TensorFlow, and PyTorch formats, and offers a Python interface for arbitrary DNN architectures. Optimized graphs can be exported to ONNX for use in existing deep learning frameworks, maintaining original model accuracy.
texar
Texar is a comprehensive toolkit designed to support a broad range of machine learning tasks, with a particular focus on natural language processing and text generation. Built on TensorFlow, it offers a rich library of modular and easy-to-use ML components and functionalities, enabling both researchers and practitioners to rapidly prototype and experiment with models. Key features include support for pre-trained models like BERT, GPT2, and XLNet, and full customizability at multiple abstraction levels. Texar is versatile, supporting various tasks, models, algorithms, data processing, and evaluation methods, from encoder-decoder architectures to reinforcement learning and adversarial learning. It emphasizes modularity for maximum re-use and clean APIs, based on a principled decomposition of learning, inference, and model architecture. The toolkit also supports distributed model training with multiple GPUs and provides extensive documentation and examples.
torch-template-for-deep-learning
torch-template-for-deep-learning is an open-source project providing PyTorch implementations of a wide array of classical backbone Convolutional Neural Networks (CNNs), alongside essential tools for deep learning development. It includes various data enhancement techniques like Cutout and Mixup, a collection of torch loss functions such as Focal Loss and Dice Loss, and numerous attention mechanisms including SE Attention and Self Attention. The template also features deployment modes for PyTorch models, conversion utilities from TensorFlow to PyTorch, and Class Activation Mapping (CAM) methods. This comprehensive resource aims to simplify and accelerate the development of deep learning applications by offering readily available and well-structured components.
Dragonfruit AI
Dragonfruit AI is an all-in-one enterprise AI platform specifically designed for retail, leveraging existing camera infrastructure to provide actionable intelligence. It employs computer vision and specialized AI agents to address critical retail functions such as shoplifting detection, queue management, checkout loss prevention, and customer journey insights. The platform offers a unified dashboard for centralized control across various applications and agents, making it easy for LP, Operations, and CX teams to manage. Dragonfruit AI is built for scalability and cost-effectiveness, integrating with existing VMS and camera systems even in low-bandwidth environments. Its patented split AI architecture focuses on edge-first processing to reduce bandwidth and cloud compute costs, making it an efficient solution for multi-location enterprises.