skyagi
skyagi copied to clipboard
SkyAGI: Emerging human-behavior simulation capability in LLM
Results
42
skyagi issues
Sort by
recently updated
recently updated
newest added
```# reference: # https://python.langchain.com/en/latest/use_cases/agent_simulations/characters.html#create-a-generative-character def create_new_memory_retriever(ctx: Context): """Create a new vector store retriever unique to the agent.""" # Define your embedding model embeddings_model = load_embedding_from_config(ctx.settings.model.embedding) # Initialize the vectorstore as...
Resolve additional comments in #82