Get up and running with Arc Memory in minutes. This guide will walk you through the essential steps to start using Arc Memory with your code repository.
Beta Release: Arc Memory SDK is currently in beta. We’re actively gathering feedback and improving the platform.
Here’s a complete workflow example you can copy and paste:
Copy
# Navigate to your repositorycd /path/to/your/repo# Authenticate with GitHubarc auth gh# Build the knowledge grapharc build# Check the graph statusarc doctor# Trace history for a specific file and linearc trace file path/to/file.py 42