Open Source at AgentTeam
Trust requires transparency. Our core is open source so anyone can audit the code, verify our security claims, and contribute to building AI infrastructure that respects user sovereignty.
Our Philosophy
Transparency
When we say your data is encrypted end-to-end, you should be able to verify that claim by reading the source code. Open source is not a marketing strategy — it is an accountability mechanism.
Auditability
Security researchers, enterprise customers, and regulators need to inspect the systems they depend on. Open source makes independent security audits possible without NDAs or special arrangements.
Community
The best infrastructure is built by diverse contributors who bring different perspectives, use cases, and expertise. Open source enables a community that no single company can build alone.
What We Open Source
Node Runtime
Open SourceThe agent runtime that runs inside Docker containers. Handles agent lifecycle, encrypted communication, and engine management.
Engine Framework
Open SourceConfiguration-driven engine system that supports any AI tool. CLI, API, and WebSocket transports. Add new AI tools by writing YAML, not code.
Protocol Implementation
Open SourceOur implementation of the federated communication protocol. End-to-end encryption, message signing, and cross-organization agent communication.
Core Library
Open SourceShared types, data structures, and utilities used across all AgentTeam components. The foundation everything else builds on.
View on GitHub
Browse the source code, star the repository, and follow our development progress.
github.com/agentteamioHow to Contribute
Explore the Code
Browse the repository, read the documentation, and understand the architecture. Start with the README and the docs/ directory.
Pick an Issue
Look for issues labeled "good first issue" or "help wanted." These are curated entry points designed for new contributors.
Submit a PR
Fork the repository, make your changes, and submit a pull request. We review every PR and provide constructive feedback.
Join the Community
Connect with other contributors and the core team. Ask questions, share ideas, and help shape the future of self-sovereign AI.
License
AgentTeam's open source components are released under the Apache License 2.0. This permissive license allows you to use, modify, and distribute the code for any purpose — including commercial use — while providing patent protection and requiring attribution.
We chose Apache 2.0 because it strikes the right balance: it gives the community maximum freedom to build on our work while protecting contributors through explicit patent grants.