MTP tools & Centralizing
This commit is contained in:
parent
c325a7bc4f
commit
3e6fcec171
9 changed files with 1549 additions and 291 deletions
116
type-maps.yaml
Normal file
116
type-maps.yaml
Normal file
|
|
@ -0,0 +1,116 @@
|
|||
protocol_version: "1.0"
|
||||
|
||||
type_maps:
|
||||
"1.0":
|
||||
CommunicationTypes:
|
||||
ReservoirHeartbeat: 32
|
||||
ReservoirRequest: 33
|
||||
ReservoirStore: 34
|
||||
AuthRequest: 35
|
||||
AuthResponse: 36
|
||||
ProjectRequest: 37
|
||||
ProjectResponse: 38
|
||||
KanbanRequest: 39
|
||||
KanbanResponse: 40
|
||||
DiscussRequest: 41
|
||||
DiscussResponse: 42
|
||||
DiscussStreamChunk: 43
|
||||
DiscussStreamDone: 44
|
||||
ToolRequest: 45
|
||||
ToolResponse: 46
|
||||
AgentRequest: 47
|
||||
AgentResponse: 48
|
||||
AdminRequest: 49
|
||||
AdminResponse: 50
|
||||
SyncRequest: 51
|
||||
SyncResponse: 52
|
||||
PodRequest: 53
|
||||
PodResponse: 54
|
||||
LookoutEvent: 55
|
||||
EventBroadcast: 56
|
||||
ErrorResponse: 57
|
||||
KrillIoInitialize: 58
|
||||
KrillIoInitialized: 59
|
||||
KrillIoAdvertiseSkills: 60
|
||||
KrillIoSkillsAdvertised: 61
|
||||
KrillIoQuerySkills: 62
|
||||
KrillIoQuerySkillsResponse: 63
|
||||
KrillIoMessage: 64
|
||||
KrillIoMessageResponse: 65
|
||||
KrillIoToolCallRequest: 66
|
||||
KrillIoToolCallResponse: 67
|
||||
KrillIoListTools: 68
|
||||
KrillIoListToolsResponse: 69
|
||||
KrillIoPauseSession: 70
|
||||
KrillIoResumeSession: 71
|
||||
KrillIoTerminateSession: 72
|
||||
KrillIoSessionStateChanged: 73
|
||||
KrillIoHeartbeat: 74
|
||||
KrillIoHeartbeatResponse: 75
|
||||
KrillIoLoadModel: 76
|
||||
KrillIoModelLoaded: 77
|
||||
KrillIoUnloadModel: 78
|
||||
KrillIoMemoryReport: 79
|
||||
KrillIoImmediateKill: 80
|
||||
KrillIoKilled: 81
|
||||
DataTypes:
|
||||
ProjectId: 32
|
||||
RequestType: 33
|
||||
ResponseData: 34
|
||||
Data: 35
|
||||
FilePath: 36
|
||||
FileData: 37
|
||||
SessionId: 38
|
||||
KrillId: 39
|
||||
KrillIoVersion: 40
|
||||
MaxHistoryLength: 41
|
||||
DefaultTimeoutMs: 42
|
||||
Enabled: 43
|
||||
ToolError: 44
|
||||
SkillsJson: 45
|
||||
Content: 46
|
||||
MessageRole: 47
|
||||
Response: 48
|
||||
TokensUsed: 49
|
||||
ToolId: 50
|
||||
ToolCallId: 51
|
||||
ToolArguments: 52
|
||||
Timeout: 53
|
||||
ToolSuccess: 54
|
||||
ExecutionTimeMs: 55
|
||||
ToolResult: 56
|
||||
ToolDefinitionsList: 57
|
||||
Graceful: 58
|
||||
SessionState: 59
|
||||
ModelPath: 60
|
||||
LoadIntoVram: 61
|
||||
WeightsPath: 62
|
||||
Path: 63
|
||||
RamUsageMb: 64
|
||||
VramMb: 65
|
||||
KillReason: 66
|
||||
SaveCheckpoint: 67
|
||||
AuthToken: 68
|
||||
UserId: 69
|
||||
Username: 70
|
||||
Email: 71
|
||||
Password: 72
|
||||
BoardId: 73
|
||||
TodoId: 74
|
||||
TaskId: 75
|
||||
TagId: 76
|
||||
ChatId: 77
|
||||
MessageId: 78
|
||||
AgentRunId: 79
|
||||
Payload: 80
|
||||
EventType: 81
|
||||
EventPayload: 82
|
||||
StreamSessionId: 83
|
||||
ContentChunk: 84
|
||||
StreamComplete: 85
|
||||
FileHash: 86
|
||||
FileSize: 87
|
||||
FileContent: 88
|
||||
ErrorCode: 89
|
||||
PageOffset: 90
|
||||
PageLimit: 91
|
||||
Loading…
Reference in a new issue