This repository is here to compile resources that are useful for quickly building and deploying agents using Pulumi.
-
General https://github.com/KalyanKS-NLP/llm-engineer-toolkit https://github.com/e2b-dev/awesome-ai-agents/tree/main
- Awesome AI Memory - A curated list of AI memory implementations and resources
- Building Effective Agents - Anthropic's engineering blog post on agent architectures
Make sure to set up pulumi on your local machine.
https://www.pulumi.com/docs/iac/get-started/gcp/begin/
To run the pulumi code.
You might need to set up your own GCP project and create a new associated pulumi stack.
cd gcp-typescript-start/
pulumi up
To destroy the stack
pulumi destroy