Naveed Ahmad

Build a Hybrid-Memory Autonomous Agent with Modular Architecture and Tool Dispatch Using OpenAI

class MemoryStoreTool(Tool): name = “memory_store” description = “Save an important fact or piece of information to long-term memory.” def __init__(self, memory: MemoryBackend): self._mem = memory def run(self, text: str, category: str = “general”) -> str: chunk_id = self._mem.store(text, {“category”: category}) return f”Stored as {chunk_id}.” def schema(self) -> Dict: return { “type”: “function”, “function”: { “name”:…

Read More
Mike Novogratz’s Galaxy and Sharplink Launch 5M Ethereum-Powered DeFi Yield Fund

Mike Novogratz’s Galaxy and Sharplink Launch $125M Ethereum-Powered DeFi Yield Fund

Sharplink stays the second-largest Ethereum treasury firm with roughly 868,700 ETH. Mike Novogratz’s digital asset agency Galaxy Digital and ETH treasury firm Sharplink introduced a non-binding memorandum of understanding to type the Galaxy Sharplink Onchain Yield Fund. This new non-public funding car will deal with DeFi liquidity protocols and different on-chain yield-generating methods. $125M Institutional…

Read More