#MetaGPT #framework can build #webapps with #textprompts, #nocoding needed. Just describe what you want in #naturallanguage and it uses #LLMs and #SOPs to coordinate multiple #agents with different #roles and tasks. #AI #GPT #metaprogramming #opensource
https://www.marktechpost.com/2023/08/09/meet-metagpt-the-open-source-ai-framework-that-transforms-gpts-into-engineers-architects-and-managers/
#metagpt #framework #webapps #textprompts #nocoding #naturallanguage #LLMs #sops #agents #roles #AI #gpt #metaprogramming #opensource
@nalum #fluxcd v2 + #Mozilla #sops + #Vault is nice! I prefer it over #argoCD (I heard that AWS moved away from argo to flux).
For managing k8s resources I prefer simple and small controllers written in Go listening only to small subset of resources instead of what #kyverno is doing: intercepting every kubernetes api server traffic, which might be a bottleneck or a single point of failure, which I would avoid. But not sure, have not much experience with it.
I use mostly #kubebuilder code generators which I prefer over Operator Framework. Only unit-testing with the K8s fake client is not possible to an extend I would expect...
So we try to get more integration tests in our pipeline via ephemeral Kind/minikube/... clusters via #prow - which is not that straight forward...
#prow #kubebuilder #Kyverno #ArgoCD #vault #sops #mozilla #fluxcd