MCPcopy Create free account
hub / github.com/FSoft-AI4Code/HyperAgent / load_summarizer

Function load_summarizer

src/hyperagent/agents/plan_seeking.py:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5from hyperagent.prompts.utils import react_prompt_message, react_exec_prompt_message
6
7def load_summarizer():
8 config = {"model": "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo", "system_prompt": "You're a helpful assistant", "max_tokens": 128000}
9 summarizer = LocalLLM(config)
10 return summarizer
11
12def load_agent_navigator(
13 llm_config,

Callers 1

SetupFunction · 0.90

Calls 1

LocalLLMClass · 0.90

Tested by

no test coverage detected