Charles Packer
Charles Packer
Hi @luginbash - this bug should be fixed, also the Web UI (the old dev portal) has now been deprecated in favor of a new version which you can use...
Can you make your brand editable by me / contributors so that I can resolve the conflicts?
@cqhblg @tyler-suard-parker can you try using Python 3.12 if possible? I think that should fix the issue.
Abstract agent class could look something like this: ```python class BaseAgent(object): def step(...) -> ...: .... # Then update Agent to inherit from it class Agent(BaseAgent): ... # Also the...
@distributev exactly - that's the high-level idea. Basically, many frontends / client applications have been written exclusively to support the `/v1/chat/completions` API (e.g. voice services like VAPI or LiveKit). That...
Also what happens when you use `--no-content no`? `memgpt run --model gpt-4o --no-content no` Does that work?
> Thanks for your feedback, but it surprises me. This project is there for more than a year, right? So still no stable version then? The project was originally released...
cc @sarahwooders we recently added support for exactly this, not sure if it's in docs yet
Full documentation is here for future readers: https://docs.letta.com/guides/agents/json-mode
Hi @Lorodn4x happy to help - can you expand a bit on your setup and which things are slowing down? For example, are you using the server via Docker w/...