How to use from
Docker Model Runner
docker model run hf.co/AGofficial/SOPHOS:Q3_K_S
Quick Links
Sophos Logo

Sophos

-- Wisdom --

Artificial General Intelligence Agent Framework

Sophos is a near-AGI level Agent designed for tool usage and autonomous task completion. It uses qwen-3 as a default language model, but can be configured to use any model by changing the sophos_models.py file.

Sophos intelligence is limited only by the language model it uses. It is designed to be a flexible and powerful AI agent that can be used for a wide variety of tasks.

Example


from sophos import Agent
from sophos_tools import get_weather, get_time, function_tool

@function_tool
def favourite_color() -> str:
    '''fetches the user's favorite color.'''
    return "My favorite color is crimson red."

agent = Agent(
    name="Sophos Agent",
    instructions="You are an AI Agent.",
    model="Qwen3-4B-Instruct-2507-Q3_K_S.gguf",
    tools=[get_weather, get_time, favourite_color],
)

response = agent.run("What is my favorite color? and what is the weather in New York?")
print(response)
Downloads last month
13
GGUF
Model size
4B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

3-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for AGofficial/SOPHOS

Quantized
(267)
this model