Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HKUDS/AutoAgent
/ codetree_memory.py
File
codetree_memory.py
autoagent/memory/codetree_memory.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
os
2
from
typing
import
List, Dict
3
from
autoagent.memory.rag_memory
import
Memory, Reranker
4
import
openai
Callers
nothing calls this directly
Calls
3
CodeTreeMemory
Class · 0.85
add_code_files
Method · 0.45
query_code
Method · 0.45
Tested by
no test coverage detected