mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
5 lines
163 B
SQL
5 lines
163 B
SQL
SELECT id, version, created_at, cwd, parent_session, seed_length, origin,
|
|
delegation_depth, agent_preset, incarnation, revision
|
|
FROM sessions
|
|
WHERE id = ?;
|