Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
freem
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Openai/694057b6-101c-8007-9a65-c40578c7252d
(section)
Add languages
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===== Slots & lifecycle ===== * submit() returns NO_SLOT_AVAILABLE when slots exhausted (no queue) * slot release happens on: - completion - tool errors - cancellation - restart-induced failure * no slot leaks across many iterations BIOS separation * BIOS is generated by a distinct method (mock provider) * message ordering is BIOS β caller system β conversation * BIOS updates when tool iteration budget changes Tool loop (iteration budget) * A single assistant tool-call message containing multiple tool calls consumes 1 iteration * Budget decrements once per iteration (not per call) * Budget exhausted: - any normal tool call triggers tool_execution_error * Exit tools: - recorded at any time - do not decrement tool budget - do not alter state transitions Fallback parsing * valid JSON tool call parses and executes * malformed JSON β tool_parse_error * unknown tool β tool_parse_error * exit-tool fallback parse records signal and continues Loop detector * triggers on 39-char repeated lines using new length-tier thresholds * does not trigger on common benign repetition patterns (a few repeats) Result release semantics * get_result() returns terminal result and releases record * subsequent calls return NOT_FOUND * ensure partial output is returned on failure/cancel
Summary:
Please note that all contributions to freem are considered to be released under the Creative Commons Attribution-ShareAlike 4.0 (see
Freem:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)