---
title: "agent-starter-pack vs TencentDB-Agent-Memory"
type: "comparison"
canonical_url: "https://www.graphcanon.com/compare/googlecloudplatform-agent-starter-pack-vs-tencentcloud-tencentdb-agent-memory"
tools: ["googlecloudplatform-agent-starter-pack", "tencentcloud-tencentdb-agent-memory"]
---

# agent-starter-pack vs TencentDB-Agent-Memory

*GraphCanon updated Jul 12, 2026*

## Verdict

Pick agent-starter-pack when agent-starter-pack is primarily Python; TencentDB-Agent-Memory is TypeScript; pick TencentDB-Agent-Memory when tencentDB-Agent-Memory is primarily TypeScript; agent-starter-pack is Python.

[agent-starter-pack](http://goo.gle/agents-cli) reports 6.5k GitHub stars, 1.5k forks, and 48 open issues, last pushed Jul 10, 2026. [TencentDB-Agent-Memory](https://github.com/TencentCloud/TencentDB-Agent-Memory) has 8.4k stars, 772 forks, and 257 open issues, last pushed Jun 26, 2026. Figures are from public GitHub metadata via [agent-starter-pack's repository](https://github.com/GoogleCloudPlatform/agent-starter-pack) and [TencentDB-Agent-Memory's repository](https://github.com/TencentCloud/TencentDB-Agent-Memory).

| | [agent-starter-pack](/tools/googlecloudplatform-agent-starter-pack.md) | [TencentDB-Agent-Memory](/tools/tencentcloud-tencentdb-agent-memory.md) |
| --- | --- | --- |
| Tagline | Ship AI Agents to Google Cloud in minutes, not months. Production-ready templates with built-in CI/CD, evaluation, and observability. | TencentDB Agent Memory delivers fully local long-term memory for AI Agents via a 4-tier progressive pipeline, with zero external API dependencies. |
| Stars | 6,514 | 8,404 |
| Forks | 1,496 | 772 |
| Open issues | 48 | 257 |
| Language | Python | TypeScript |
| Adopt for | agent-starter-pack is a specialized toolset for deploying AI agents on the Google Cloud Platform with built-in CI/CD, evaluation tools, and observability features. | - |
| Persona | - | - |
| Runtime | - | - |
| License | Apache-2.0 | Other |
| Categories | LLM Frameworks, AI Agents, Inference & Serving | LLM Frameworks, AI Agents, Vector Databases |

## Trust and health

_Sourced signals - not a safety guarantee. No winner column._

| | [agent-starter-pack](/tools/googlecloudplatform-agent-starter-pack.md) | [TencentDB-Agent-Memory](/tools/tencentcloud-tencentdb-agent-memory.md) |
| --- | --- | --- |
| Maintenance | Very active (96%) | Active (82%) |
| Days since push | 0d | 15d |
| Open issues (now) | 48 | 257 |
| Full report | [trust report](/tools/googlecloudplatform-agent-starter-pack/trust.md) | [trust report](/tools/tencentcloud-tencentdb-agent-memory/trust.md) |

## Decision facts: agent-starter-pack

- **Requirements:** Requires additional software installation: Google Cloud SDK, Terraform for deployment, Make for development tasks.
- **Adopt for:** agent-starter-pack is a specialized toolset for deploying AI agents on the Google Cloud Platform with built-in CI/CD, evaluation tools, and observability features.

## Choose when

### Choose agent-starter-pack if…

- agent-starter-pack is primarily Python; TencentDB-Agent-Memory is TypeScript.
- License: agent-starter-pack is Apache-2.0, TencentDB-Agent-Memory is Other.
- Requirements: Requires additional software installation: Google Cloud SDK, Terraform for deployment, Make for development tasks..
- Tags unique to agent-starter-pack: llmops, agents, gemini, observability.
- Also covers Inference & Serving.
- When you require production-ready templates specifically adapted for deployment to Google Cloud.

### Choose TencentDB-Agent-Memory if…

- TencentDB-Agent-Memory is primarily TypeScript; agent-starter-pack is Python.
- License: TencentDB-Agent-Memory is Other, agent-starter-pack is Apache-2.0.
- Tags unique to TencentDB-Agent-Memory: memory, llm, local-first, openclaw-plugin.
- Also covers Vector Databases.

## When NOT to use agent-starter-pack

- If you are using another cloud provider (e.g., AWS, Azure) and do not plan on moving your operations to Google Cloud.
- When your team lacks familiarity with Python 3.10+ or does not wish to install and manage dependencies such as the Google Cloud SDK locally.

## When NOT to use TencentDB-Agent-Memory

- LLM Frameworks: Avoid a framework for a single prompt-and-retrieve call; the abstraction can cost more than it saves.
- AI Agents: Don't use an agent loop when a deterministic workflow would do; agents add latency, cost, and non-determinism.
- Vector Databases: Don't reach for a dedicated vector DB under ~100k vectors; pgvector on your existing Postgres is simpler to operate.

## Common questions

### What is the difference between agent-starter-pack and TencentDB-Agent-Memory?

agent-starter-pack: Ship AI Agents to Google Cloud in minutes, not months. Production-ready templates with built-in CI/CD, evaluation, and observability.. TencentDB-Agent-Memory: TencentDB Agent Memory delivers fully local long-term memory for AI Agents via a 4-tier progressive pipeline, with zero external API dependencies.. See the comparison table for live GitHub stats and shared categories.

### When should I choose agent-starter-pack over TencentDB-Agent-Memory?

Choose agent-starter-pack over TencentDB-Agent-Memory when agent-starter-pack is primarily Python; TencentDB-Agent-Memory is TypeScript; License: agent-starter-pack is Apache-2.0, TencentDB-Agent-Memory is Other; Requirements: Requires additional software installation: Google Cloud SDK, Terraform for deployment, Make for development tasks.; Tags unique to agent-starter-pack: llmops, agents, gemini, observability; Also covers Inference & Serving; When you require production-ready templates specifically adapted for deployment to Google Cloud.

### When should I choose TencentDB-Agent-Memory over agent-starter-pack?

Choose TencentDB-Agent-Memory over agent-starter-pack when TencentDB-Agent-Memory is primarily TypeScript; agent-starter-pack is Python; License: TencentDB-Agent-Memory is Other, agent-starter-pack is Apache-2.0; Tags unique to TencentDB-Agent-Memory: memory, llm, local-first, openclaw-plugin; Also covers Vector Databases.

### When should I avoid agent-starter-pack?

If you are using another cloud provider (e.g., AWS, Azure) and do not plan on moving your operations to Google Cloud. When your team lacks familiarity with Python 3.10+ or does not wish to install and manage dependencies such as the Google Cloud SDK locally.

### When should I avoid TencentDB-Agent-Memory?

LLM Frameworks: Avoid a framework for a single prompt-and-retrieve call; the abstraction can cost more than it saves. AI Agents: Don't use an agent loop when a deterministic workflow would do; agents add latency, cost, and non-determinism. Vector Databases: Don't reach for a dedicated vector DB under ~100k vectors; pgvector on your existing Postgres is simpler to operate.

### Is agent-starter-pack or TencentDB-Agent-Memory more popular on GitHub?

TencentDB-Agent-Memory has more GitHub stars (8,404 vs 6,514). Stars measure visibility, not whether either tool fits your constraints.

### Are agent-starter-pack and TencentDB-Agent-Memory open source?

Yes - both are open-source projects on GitHub (agent-starter-pack: Apache-2.0, TencentDB-Agent-Memory: Other).

### Where can I find alternatives to agent-starter-pack or TencentDB-Agent-Memory?

GraphCanon lists graph-backed alternatives at [agent-starter-pack alternatives](/tools/googlecloudplatform-agent-starter-pack/alternatives) and [TencentDB-Agent-Memory alternatives](/tools/tencentcloud-tencentdb-agent-memory/alternatives) ([agent-starter-pack markdown twin](/tools/googlecloudplatform-agent-starter-pack/alternatives.md), [TencentDB-Agent-Memory markdown twin](/tools/tencentcloud-tencentdb-agent-memory/alternatives.md)), ranked by typed relationship edges rather than popularity votes.

### Is there a machine-readable version of this comparison?

Yes. The markdown twin at [this comparison](/compare/googlecloudplatform-agent-starter-pack-vs-tencentcloud-tencentdb-agent-memory.md) mirrors this page for agents and LLM crawlers, with the same stats table and FAQ answers.

### Which is better maintained, agent-starter-pack or TencentDB-Agent-Memory?

agent-starter-pack: Very active. TencentDB-Agent-Memory: Active. Compare maintenance labels, days since push, and release cadence in the trust section below - stars alone do not measure maintenance.

### Where are the full trust reports for agent-starter-pack and TencentDB-Agent-Memory?

GraphCanon publishes per-repo trust reports with dated maintenance, provenance, and scan summaries: [agent-starter-pack trust report](/tools/googlecloudplatform-agent-starter-pack/trust); [TencentDB-Agent-Memory trust report](/tools/tencentcloud-tencentdb-agent-memory/trust).

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/graph?tool=googlecloudplatform-agent-starter-pack`](/api/graphcanon/graph?tool=googlecloudplatform-agent-starter-pack)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
