Skip to content

Conversation

@Furisto
Copy link
Owner

@Furisto Furisto commented Feb 4, 2026

Replace 4 legacy message block kinds with 2 unified kinds (tool_call, tool_result) and introduce typed Input/Output structures with provider metadata.

Changes:

  • Add ProviderData, ToolCall, ToolResult types in agent package
  • Add InterpreterInput, InterpreterOutput, FunctionCall to tool/types
  • Make codeact types aliases for tooltypes equivalents
  • Update Interpreter.Interpret() to take *InterpreterInput directly
  • Replace legacy block kinds in memory/schema/types
  • Update conversion layer to handle unified format
  • Simplify task_reconciler to use unified types throughout

Furisto and others added 2 commits February 4, 2026 00:31
Replace 4 legacy message block kinds with 2 unified kinds (tool_call,
tool_result) and introduce typed Input/Output structures with provider
metadata.

Changes:
- Add ProviderData, ToolCall, ToolResult types in agent package
- Add InterpreterInput, InterpreterOutput, FunctionCall to tool/types
- Make codeact types aliases for tooltypes equivalents
- Update Interpreter.Interpret() to take *InterpreterInput directly
- Replace legacy block kinds in memory/schema/types
- Update conversion layer to handle unified format
- Simplify task_reconciler to use unified types throughout

Co-authored-by: construct-agent <noreply@construct.sh>
@Furisto Furisto marked this pull request as ready for review February 4, 2026 19:54
@Furisto Furisto merged commit 86ea11d into main Feb 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant