personal memory agent
0

Configure Feed

Select the types of activity you want to include in your feed.

solstone / .coveragerc
252 B 18 lines
1[run] 2source = 3 solstone/apps 4 solstone/convey 5 solstone/observe 6 solstone/talent 7 solstone/think 8omit = 9 .venv/* 10 */tests/* 11 tests/* 12 */__pycache__/* 13 */site-packages/* 14 config*.py 15 16[report] 17omit = 18 */__pycache__/*