quantumalchemy

Results 31 comments of quantumalchemy

answering my own q? if anyone interested -- research shows to solve this.. add a custom agent "tool" for a vector db + embedding with langchain: https://python.langchain.com/docs/modules/agents/tools/custom_tools code example: https://gist.github.com/virattt/e2d69f7d5c95aeee611cde14bf507463...

Yeah got this too: Error executing tool. Missing exact 3 pipe (|) separated values. For example, `coworker|task|context`. I need to make sure to pass context as context. >> Did you...

getting same in linux (debian) pip install pymemgpt -U pymemgpt v0.3.4 did the path change in the install ? ie: /root/.memgpt

thought I would bump this . inference.memgpt.ai on error for 4 days - reported it on discord a few days ago also my guess the endpoint has been shutdown since...

works with Devel mode: git clone https://github.com/cpacker/MemGPT.git pip install -e .

Yeah I get the same .. error .. on train -> preparing model Asking to pad but the tokenizer does not have a padding token. Please select a token to...

+1 great for integration into ai agent apps

yes please setup for searxng or duckduckgo . as bing now requires a cc for the free tier if I knew rust I would pull it but.. looking at the...

you can do this by plain 'ol css --> .overflow-hidden-scrollable::-webkit-scrollbar { display: none; } -- in globals.css hides the settings

hi Im using latest via pip -> pip install -U letta testing the API https://docs.letta.com/api-reference/agents/send-message With "return_message_object": true--> curl --request POST \ --url http://localhost:8283/v1/agents/agent-b597ee63-fc39-461f-9f2d-ed27bf5082e7/messages \ --header 'accept: application/json' \ --header...