a digital entity named phi that roams bsky phi.zzstoatzz.io
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

upgrade phi model from haiku to sonnet 4.6

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

zzstoatzz 19e0cfdb 0cb0cd86

+1 -1
+1 -1
src/bot/agent.py
··· 103 103 # Create PydanticAI agent with MCP tools 104 104 self.agent = Agent[PhiDeps, Response]( 105 105 name="phi", 106 - model="anthropic:claude-3-5-haiku-latest", 106 + model="anthropic:claude-sonnet-4-6", 107 107 system_prompt=self.base_personality, 108 108 output_type=Response, 109 109 deps_type=PhiDeps,