File size: 205 Bytes
bf5c0e0
 
 
 
583741e
 
 
26884bd
583741e
1
2
3
4
5
6
7
8
9
10
workdir = "workdir"
tag = "paper_agent"
exp_path = f"{workdir}/{tag}"
log_path = "agent.log"
db_path = "papers_cache.db"
frontend_path = "frontend"

model_id = "claude-sonnet-4-20250514"
version = "0.1.0"