ollama/ollama
Ollama is a versatile platform that enables easy deployment, customization, and management of large language models locally across multiple operating systems with support for various model formats and a REST API.
Awesome AI Agents › AI Agent Deployment
AgentBay is a cloud sandbox service from Alibaba Cloud with SDKs that let AI agents create isolated remote environments on demand, do their work there and destroy them afterwards, without managing infrastructure. A session is created through a simple API call with an image identifier such as code_latest, browser_latest or desktop_latest, and the returned session object exposes capabilities like running code, executing shell commands, driving a browser, automating desktop applications and interacting with mobile user interfaces. The README documents four capability areas. Browser use covers web automation such as content scraping, testing and multi-step workflows, described as cross-browser compatible with natural language control and remote access. Computer use provides a cloud desktop environment aimed at enterprise and legacy application automation through standardized interfaces with resource scheduling. Mobile use provides a cloud mobile environment with user interface recognition and control and parallel task processing for testing scenarios. Code space provides a cloud development environment for multi-language code generation, compilation and debugging. Client libraries are published for Python through PyPI, TypeScript through npm, Go as a module and Java through Maven Central, and the quick start shows the same create session, run code, delete session sequence in each language. Using the service requires an Alibaba Cloud account and an API key obtained from the AgentBay console and exported as an environment variable. Documentation includes a quick start tutorial, core concepts covering sessions and environments, and per-capability guides. The project is Apache-2.0 licensed and has an accompanying arXiv paper. It is intended for developers building agents that need a disposable execution environment with browser, desktop, mobile or code capabilities rather than running untrusted actions on local machines.
https://github.com/aliyun/wuying-agentbay-sdk
Ollama is a versatile platform that enables easy deployment, customization, and management of large language models locally across multiple operating systems with support for various model formats and a REST API.
Nacos is a dynamic service discovery, configuration, and service management platform designed to simplify building and managing cloud-native applications and microservices.
E2B is an open-source secure cloud runtime infrastructure that enables safe execution of AI-generated code in isolated sandboxes for AI applications and agents.
A collection of production-ready Generative AI Agent templates for Google Cloud that accelerates development by addressing deployment, evaluation, customization, and observability challenges.
Claude Code Guide is a comprehensive and authoritative resource providing detailed instructions, tips, and references for using the Claude Code CLI tool to interact with the Claude AI model, including advanced features and MCP integration.
Rust engine giving AI agents hardware-isolated persistent micro-VMs that run any OCI image, embeddable as a daemonless library in Python, Node, Go, Rust or C, or run as a CLI, REST server or cloud control plane.
A comprehensive and community-driven repository offering over 1,500 curated resources, tools, and projects related to AI agents for various applications and development needs.
AutoChain is a lightweight and extensible framework that simplifies building and automatically evaluating custom generative agents powered by large language models using custom tools and simulated multi-turn conversations.