mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
merge: resolve conflicts with origin/main
This commit is contained in:
commit
0897e4350e
100 changed files with 11637 additions and 1337 deletions
|
|
@ -212,16 +212,15 @@ PLATFORM_HINTS = {
|
|||
"the scheduled destination, put it directly in your final response. Use "
|
||||
"send_message only for additional or different targets."
|
||||
),
|
||||
"sms": (
|
||||
"You are communicating via SMS text messaging. Keep responses concise "
|
||||
"and plain text only -- no markdown, no formatting. SMS has a 1600 "
|
||||
"character limit per message (10 segments). Longer replies are split "
|
||||
"across multiple messages. Be brief and direct."
|
||||
),
|
||||
"cli": (
|
||||
"You are a CLI AI Agent. Try not to use markdown but simple text "
|
||||
"renderable inside a terminal."
|
||||
),
|
||||
"sms": (
|
||||
"You are communicating via SMS. Keep responses concise and use plain text "
|
||||
"only — no markdown, no formatting. SMS messages are limited to ~1600 "
|
||||
"characters, so be brief and direct."
|
||||
),
|
||||
}
|
||||
|
||||
CONTEXT_FILE_MAX_CHARS = 20_000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue