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 ownership.
Our Philosophy
Transparency
When we say your data is fully encrypted, 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 on the user's device or cloud. 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 collaboration protocol. Full 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 AI you own.
License
AgentTeam's open source components are released under the MIT License. This permissive license allows you to use, modify, and distribute the code for any purpose, including commercial use, with minimal restrictions.
We chose MIT because it maximizes adoption: it gives the community maximum freedom to build on our work with the simplest possible terms.