I hereby claim:
- I am 0bx on github.
- I am 0rh (https://keybase.io/0rh) on keybase.
- I have a public key ASAbo5SkBYVBTrDPJD5N8UxluW4HdEiDYn9DlS6w8x--tgo
To claim this, I am signing this object:
| import os | |
| import sys | |
| from strands import Agent | |
| from strands.models.ollama import OllamaModel | |
| from strands_tools import file_write, file_read, shell, editor, handoff_to_user | |
| from strands.handlers.callback_handler import null_callback_handler | |
| from rich.markdown import Markdown | |
| from rich.console import Console | |
| default_model = "qwen2.5-coder:latest" |
| import com.fasterxml.jackson.core.JsonGenerator; | |
| import com.fasterxml.jackson.core.JsonParser; | |
| import com.fasterxml.jackson.core.JsonProcessingException; | |
| import com.fasterxml.jackson.core.type.TypeReference; | |
| import com.fasterxml.jackson.databind.DeserializationContext; | |
| import com.fasterxml.jackson.databind.JsonDeserializer; | |
| import com.fasterxml.jackson.databind.JsonSerializer; | |
| import com.fasterxml.jackson.databind.ObjectMapper; | |
| import com.fasterxml.jackson.databind.SerializerProvider; | |
| import com.fasterxml.jackson.databind.annotation.JsonDeserialize; |
| /** | |
| * Redux aware WebSocket client compatible with spring-boot-starter-websocket configuration | |
| * It uses Stomp client over SockJS socket implementation. It allows for providing map of topic | |
| * names to their respective handlers/callbacks. Handlers are called with custom props object | |
| * that mixes Stomp properties with Redux state/dispatch. | |
| * | |
| * @author: https://github.com/0bx | |
| **/ | |
| // Example usage: |
I hereby claim:
To claim this, I am signing this object: