Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions nanobot/agent/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ async def build_messages_full(
media: list[str] | None = None,
channel: str | None = None,
chat_id: str | None = None,
current_role: str = "user",
) -> list[dict[str, Any]]:
"""Build the complete message list with memory compaction for actual LLM calls."""
runtime_ctx = self._build_runtime_context(channel, chat_id)
Expand Down
Loading