repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| from enum import Enum |
| #2 |
| #3 |
| #4 | class MemoryType(Enum): |
| #5 | SEMANTIC = "semantic_memory" |
| #6 | EPISODIC = "episodic_memory" |
| #7 | PROCEDURAL = "procedural_memory" |
| #8 |