You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARC is a production-readyagent orchestrator for building and managing Agentic Development Swarms. It provides a simple yet powerful framework for orchestrating container-based agents that communicate via message queues to execute complex workflows.
8
+
ARC is a production-ready, unopinionated agent & workflow management system.
9
9
10
10
built by [rizome labs](https://rizome.dev) | contact: [hi@rizome.dev](mailto:hi@rizome.dev)
11
11
@@ -88,52 +88,20 @@ func main() {
88
88
}
89
89
```
90
90
91
-
## Development
92
-
93
-
```bash
94
-
# Install dependencies
95
-
go mod download
96
-
97
-
# Run tests
98
-
go test ./...
99
-
100
-
# Build
101
-
go build ./...
102
-
103
-
# Run linter
104
-
golangci-lint run
105
-
```
106
-
107
91
## Deployment
108
92
109
-
### Docker
110
-
111
-
```bash
112
-
# Build Docker image
113
-
docker build -t arc:latest .
114
-
115
-
# Run with Docker Compose
116
-
docker-compose up
117
-
```
118
-
119
93
### Kubernetes
120
94
121
95
```bash
122
-
# Install with Helm
123
96
helm install arc ./helm/arc
124
-
125
-
# Configure values
97
+
# or
126
98
helm install arc ./helm/arc -f values.yaml
127
99
```
128
100
129
-
## Contributing
130
-
131
-
1. Fork the repository
132
-
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
133
-
3. Commit your changes (`git commit -m 'Add amazing feature'`)
134
-
4. Push to the branch (`git push origin feature/amazing-feature`)
135
-
5. Open a Pull Request
136
-
137
101
## License
138
102
139
103
MIT License - see the [LICENSE](LICENSE) file for details.
104
+
105
+
---
106
+
107
+
Built with ❤️ by [Rizome Labs](https://rizome.dev)
0 commit comments