Search Results for "/storage/emulated/0/android/data/net.sourceforge.uiq3.fx603p/files" - Page 10

Showing 286 open source projects for "/storage/emulated/0/android/data/net.sourceforge.uiq3.fx603p/files"

View related business solutions
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • Data management solutions for confident marketing Icon
    Data management solutions for confident marketing

    For companies wanting a complete Data Management solution that is native to Salesforce

    Verify, deduplicate, manipulate, and assign records automatically to keep your CRM data accurate, complete, and ready for business.
    Learn More
  • 1
    agent heroes

    agent heroes

    Generate, animate and schedule your AI characters

    ...It provides abstractions for defining agent behavior, communication patterns, and task execution pipelines, enabling developers to build systems that go beyond simple prompt-response interactions. The framework is designed to integrate with modern large language models and external APIs, allowing agents to access tools, retrieve data, and perform actions dynamically. It also supports modular design, making it possible to extend agent capabilities or swap components without redesigning the entire system. agentheroes is particularly useful for automation, workflow orchestration, and experimentation with collaborative AI systems.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Secret Llama

    Secret Llama

    Fully private LLM chatbot that runs entirely with a browser

    Secret Llama is a privacy-first large-language-model chatbot that runs entirely inside your web browser, meaning no server is required and your conversation data never leaves your device. It focuses on open-source model support, letting you load families like Llama and Mistral directly in the client for fully local inference. Because everything happens in-browser, it can work offline once models are cached, which is helpful for air-gapped environments or travel. The interface mirrors the modern chat UX you’d expect—streaming responses, markdown, and a clean layout—so there’s no usability tradeoff to gain privacy. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    MCP Security Audit

    MCP Security Audit

    Powerful MCP (Model Context Protocol) Server that audits npm packages

    The MCP Security Audit Server is a powerful Model Context Protocol server that audits npm package dependencies for security vulnerabilities, integrating with remote npm registries for real-time security checks. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    agents.md

    agents.md

    A simple, open format for guiding coding agents

    ...The idea is that AGENTS.md acts as a “README for agents”: a predictable, structured place where humans can put instructions, conventions, build/test commands, environment setup, and other guidance that generative agents (e.g. code-writing, code-assisting tools) should consult when operating in the repo. Instead of putting everything in README or doc files (which are more human-oriented and might mix high-level narrative), AGENTS.md is intended to surface agent-relevant details that help them “do the right thing” (tests, style, project structure, tooling).
    Downloads: 1 This Week
    Last Update:
    See Project
  • Securden Privileged Account Manager Icon
    Securden Privileged Account Manager

    Unified Privileged Access Management

    Discover and manage administrator, service, and web app passwords, keys, and identities. Automate management with approval workflows. Centrally control, audit, monitor, and record all access to critical IT assets.
    Learn More
  • 5
    Code Review GPT

    Code Review GPT

    Your personal code reviewer powered by LLMs

    Code Review GPT uses Large Language Models to review code in your CI/CD pipeline. It helps streamline the code review process by providing feedback on code that may have issues or areas for improvement. Code Review GPT is in alpha and should be used for fun only. It may provide useful feedback but please check any suggestions thoroughly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    AI PDF Chatbot LangChain

    AI PDF Chatbot LangChain

    AI PDF chatbot agent built with LangChain & LangGraph

    AI PDF Chatbot LangChain is a full-stack template for building conversational agents that can ingest and answer questions about PDF documents. The project demonstrates how to combine LangChain and LangGraph with a vector database to enable retrieval-augmented question answering over user-provided files. It includes both frontend and backend components, making it suitable as a production starting point rather than just a minimal demo. The system parses uploaded PDFs into document chunks, generates embeddings, and stores them for semantic retrieval during chat interactions. It also supports real-time streaming responses and configurable LLM providers, giving developers flexibility in deployment. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    llmx.txt hub

    llmx.txt hub

    The largest directory for AI-ready documentation and tools

    llms-txt-hub serves as a central directory and knowledge base for the emerging llms.txt convention, a simple, text-based way for project owners to communicate preferences to AI tools. It catalogs implementations across projects and platforms, helping maintain a shared understanding of how LLM-powered services should interact with code and documentation. The repository aims to standardize patterns for allowlists, denylists, attribution, rate expectations, and contact information, mirroring...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Helicone

    Helicone

    Open source LLM-Observability Platform for Developers

    Open source LLM-Observability Platform for Developers. One-line integration for monitoring, metrics, evals, agent tracing, prompt management, playground, etc. Supports OpenAI SDK, Vercel AI SDK, Anthropic SDK, LiteLLM, LLamaIndex, LangChain, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Sandbox Agent

    Sandbox Agent

    Run Coding Agents in Sandboxes

    Sandbox Agent by Rivet is an experimental framework for running AI agents in controlled, isolated environments where they can safely execute code, interact with tools, and perform autonomous tasks without risking system integrity. It is designed to provide a secure sandbox that allows agents to test actions, manipulate files, and run commands while enforcing strict boundaries and monitoring capabilities. The project focuses on enabling more reliable and auditable agent behavior by separating execution from the host environment, which is especially important for applications involving automation, code generation, or system-level operations. Developers can use Sandbox Agent to simulate real-world workflows, debug agent decisions, and evaluate outcomes in a contained setting before deploying to production. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Inventory and Order Management Software for Multichannel Sellers Icon
    Inventory and Order Management Software for Multichannel Sellers

    Avoid stockouts, overselling, and losing control as your business grows.

    We are the most powerful inventory and order management platform for Amazon, Walmart, and multichannel product sellers. Centralize orders, product information, and fulfillment operations to run more efficiently, sell more products, and stay compliant with marketplace requirements so you can grow profitably.
    Learn More
  • 10
    Qodo Cover

    Qodo Cover

    AI tool that generates tests to improve code coverage quickly

    ...Internally, Qodo Cover uses a modular architecture that includes components for prompt generation, AI interaction, coverage analysis, and test validation. It supports scanning entire repositories to automatically detect test files, gather relevant context, and extend test suites accordingly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Dagger

    Dagger

    Containerized automation engine for programmable CI/CD workflows

    Dagger is an open source automation engine designed to build, test, and deliver software in a consistent and programmable way. It enables developers to define software delivery workflows using code instead of complex shell scripts or configuration files. Dagger executes tasks inside containers, ensuring that automation runs in identical environments across local machines, CI servers, or cloud infrastructure. Dagger provides a core execution engine and system API that orchestrates containers, filesystems, secrets, repositories, and other resources needed during development pipelines. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MemFree

    MemFree

    Hybrid AI Search Engine & AI Page Generator

    memfree is an open source hybrid AI search engine and page generation platform designed to help users retrieve information from both personal knowledge bases and the public web through a unified interface. The project combines retrieval-augmented search with AI summarization to deliver concise answers instead of forcing users to manually sift through multiple sources. It supports multiple AI models and search providers, enabling flexible configuration depending on cost, performance, or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Latent Box

    Latent Box

    A collection of awesome-lists for AI, creativity and art. AI

    ...It is designed to act as a control layer for running generative models, particularly those related to text and multimodal outputs, while maintaining full ownership of data and infrastructure. The platform emphasizes usability by providing a clean user interface that allows users to load models, configure parameters, and interact with them without needing deep technical knowledge of underlying frameworks. It supports local inference workflows, which are increasingly important for privacy-conscious users and organizations seeking to reduce reliance on external APIs. latentbox also enables extensibility through plugins or integrations, allowing developers to customize model pipelines or connect additional tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Adeus

    Adeus

    An open source AI wearable device that captures what you say

    ...The project explores the concept of agent-based AI systems that can break down objectives into smaller steps, execute them sequentially, and adapt based on intermediate results. It provides a structured environment for orchestrating workflows that involve multiple actions, such as retrieving data, generating content, or interacting with external tools. The framework is designed to be modular, allowing developers to customize agent behavior, integrate APIs, and extend capabilities depending on the use case. It also emphasizes iterative improvement, where agents can refine outputs or strategies over time based on feedback loops. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Anthony Fu's Skills

    Anthony Fu's Skills

    Anthony Fu's curated collection of agent skills

    Anthony Fu's Skills is an open-source collection of agent skills — modular instruction packages that teach AI coding assistants how to perform specific tasks automatically when relevant. These skills are typically simple, human-readable files that contain structured steps, rules, examples, and workflow logic, letting tools like Claude Code or Copilot CLI load and run them only when they apply to the user’s input. By offloading detailed task patterns into discrete skill modules, developers can greatly extend what coding agents can do without retraining the underlying language model itself. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    BrowserNode

    BrowserNode

    Make websites accessible for AI agents. Automate tasks online

    Browsernode is an open-source TypeScript framework that allows AI agents to interact directly with web browsers in order to automate tasks and gather information from websites. The project acts as a bridge between AI models and browser automation tools, enabling language models to control web pages programmatically. Built as an implementation compatible with the Browser-use ecosystem, Browsernode allows agents to perform actions such as navigating pages, extracting information, filling...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    LangWatch

    LangWatch

    The platform for LLM evaluations and AI agent testing

    ...The platform provides tools for tracking model interactions, analyzing prompt behavior, and identifying issues such as hallucinations, latency problems, or unexpected responses. By collecting telemetry data from AI applications, LangWatch allows developers to understand how their systems perform in real-world usage scenarios. The platform includes dashboards that visualize model behavior, enabling teams to monitor trends in response quality and reliability over time. It also provides evaluation tools that allow developers to test prompts and compare outputs across different models or configurations. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Kong Konnect MCP

    Kong Konnect MCP

    A Model Context Protocol server for interacting with Kong Konnect

    ...This server exposes Kong Konnect’s APIs through standardized MCP interfaces so that tools like conversational AI or agent systems can query analytics, inspect configuration, and manage Kong Gateway resources using natural language or programmable agents. By bridging MCP clients to Kong’s control plane, the project allows autonomous agents to retrieve data on traffic metrics, route definitions, services, plugins, and consumer settings without writing custom API integration code. It also groups tools into categories—such as analytics, configuration, and control plane management—to organize capabilities logically for AI workflows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Transformer Debugger

    Transformer Debugger

    Tool for exploring and debugging transformer model behaviors

    ...It automatically identifies and explains the most influential components, highlights activation patterns, and maps relationships across circuits within the model. The tool includes both a React-based neuron viewer for exploring model components and a backend activation server for running inferences and serving data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Mastra

    Mastra

    The TypeScript AI agent framework

    Mastra is a TypeScript-first framework for building AI-powered applications and agents, designed to take projects from prototype to production on a modern JavaScript/TypeScript stack. It integrates cleanly with React, Next.js, and Node-based backends, but can also run as a standalone server, giving teams flexibility in how they deploy their AI logic. At its core, Mastra provides abstractions for agents, workflows, tools, memory, retrieval, and model routing, so developers can focus on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Talk to Figma MCP

    Talk to Figma MCP

    AI bridge enabling Cursor agents to read and modify Figma designs

    cursor-talk-to-figma-mcp is an open source integration that connects AI coding agents with Figma through the Model Context Protocol (MCP). It allows AI tools such as Cursor or other compatible agents to directly communicate with Figma documents and interact with design elements programmatically. Through this integration, an AI assistant can read the structure of a design, retrieve information about nodes or selections, and perform modifications to the layout or content....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GitMCP

    GitMCP

    Turn any GitHub repository into an MCP documentation server for AI

    ...It enables developer-focused AI tools to access up-to-date project documentation and source code so that responses are grounded in real repository content rather than outdated training data. By exposing repository documentation and code through standardized MCP tools, GitMCP helps reduce incorrect or fabricated answers when AI systems assist with coding tasks. It can operate in repository-specific mode, where an AI assistant connects to a particular project, or in a generic mode that allows switching between multiple repositories dynamically. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    BuildingAI

    BuildingAI

    Build your own AI application system for free

    ...The platform aims to bridge the gap between natural language interfaces and building design tools by allowing AI systems to interpret user instructions and convert them into structured architectural operations. By combining generative AI capabilities with building data models, the system can assist with tasks such as design generation, spatial reasoning, and building component creation. The project is intended for architects, engineers, and developers exploring how AI can automate or augment design workflows in the architecture, engineering, and construction industries. It supports interactions where users describe building features, layouts, or modifications in natural language and the AI translates those instructions into actionable design operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    DevDocs by CyberAGI

    DevDocs by CyberAGI

    Completely free, private, UI based Tech Documentation MCP server

    ...The platform is designed to integrate easily with modern developer tools and AI environments such as Cursor, Cline, and Claude-based workflows. It includes a user interface that allows developers to browse documentation repositories and connect them to AI systems while keeping the data private.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    VibeKit

    VibeKit

    Run Claude Code, Gemini, Codex in a clean, isolated sandbox

    ...It provides a set of abstractions and utilities that let developers connect generative models to UI frameworks, sensors, event streams, and external services without having to build plumbing from scratch. Instead of treating AI models as black boxes behind simple prompts, Vibekit encourages developers to define declarative behaviors, reactive rules, and data flows that make the outputs of models part of living application logic. This can include things like dynamic content generation, live adaptation based on user interaction, and connectors to external APIs for enriched grounding. The toolkit also supports testing and local iteration, with utilities that simulate event streams and mock model responses to make development predictable.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB