What is the software license for Agent Cloud?
Agent Cloud operates under the AGPL 3.0 copyleft license. This license ensures that any modifications or distributions of the software must also be open source under the same terms, promoting community collaboration and transparency.
What are the hardware requirements for running Agent Cloud locally?
For local deployment via Docker, a machine with at least 16 GB of RAM is strongly recommended. This is due to Airbyte's resource demands. If running local LLMs like Ollama or LM Studio, additional RAM will be necessary for inference.
Can I use local or open-source LLMs and embedding models with Agent Cloud?
Yes, Agent Cloud is LLM agnostic and supports any local LLM with an OpenAI-compatible endpoint, such as LM Studio or Ollama. For embeddings, it can embed locally via fastembed, and supports open-source models like BGE/base, alongside cloud options like OpenAI.
How does Agent Cloud ensure data privacy?
For true data privacy, Agent Cloud recommends deploying its open-source application on your own infrastructure, running an LLM on-premise or in your private cloud, and signing an enterprise self-managed license. This approach avoids reliance on third-party managed cloud products.
What data sources and file formats does Agent Cloud support?
Agent Cloud supports over 300 data sources, including databases like Postgres, Snowflake, and BigQuery, as well as systems like Confluence. For file uploads, it supports PDF, DOCX, TXT, CSV, and XLSX formats, allowing for flexible data ingestion.