Files
letta-server/docs
Vivian Fang 1942ecee76 Add autogen example that lets you chat with docs (#342)
* Relax verify_first_message_correctness to accept any function call

* Also allow missing internal monologue if request_heartbeat

* Cleanup

* get instead of raw dict access

* Support attach in memgpt autogen agent

* Add docs example

* Add documentation, cleanup
2023-11-06 21:06:13 -08:00
..
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 19:45:44 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 19:45:44 -08:00
2023-11-06 15:11:22 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 19:45:44 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00

Building the docs

Run the following from the MemGPT directory.

  1. Install requirements:
pip install -r docs/requirements.txt
  1. Serve docs:
mkdocs serve