Datasets:
User
Parquet table: users
Defined in agentlogs/schema/types/user.py.
| Property | Type | GitHub field | Notes |
|---|---|---|---|
id |
int |
||
found |
bool |
||
found_using |
str (optional) |
'id' | 'login'. Not set when found is false |
|
login |
str (optional) |
Not set when found is false |
|
created_tasks |
list[] |
||
created_tasks[].id |
str |
||
collaborated_tasks |
list[] |
Taken from GitHub's API and may not be complete. Use together with created_tasks and sessions. | |
collaborated_tasks[].id |
str |
||
sessions |
list[] |
||
sessions[].id |
str |