|
Entropic 2.3.8
Local-first agentic inference engine
|
Inference parameters for a single identity phase. More...
#include <entropic/types/config.h>
Public Attributes | |
| float | temperature = 0.7f |
| Sampling temperature. | |
| int | max_output_tokens = 4096 |
| Max tokens per generation. | |
| bool | enable_thinking = false |
| Enable think-block output. | |
| float | repeat_penalty = 1.1f |
| Repetition penalty. | |
| std::optional< std::vector< std::string > > | bash_commands |
| Phase-specific bash commands. | |
Inference parameters for a single identity phase.
Each identity has one or more named phases. The engine resolves inference params from the active phase at generation time. Lives in types/ so core.so can use it without depending on prompts.so.
| std::optional<std::vector<std::string> > entropic::PhaseConfig::bash_commands |
| bool entropic::PhaseConfig::enable_thinking = false |
| int entropic::PhaseConfig::max_output_tokens = 4096 |
| float entropic::PhaseConfig::repeat_penalty = 1.1f |
| float entropic::PhaseConfig::temperature = 0.7f |