personal memory agent
0
fork

Configure Feed

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

at d18a7c02359cd827d0ff15058861de5c2600a96f 9 lines 196 B view raw
1# SPDX-License-Identifier: AGPL-3.0-only 2# Copyright (c) 2026 sol pbc 3 4"""python -m think.link — entry point for `sol link`.""" 5 6from .service import main 7 8if __name__ == "__main__": 9 main()