πHow To Run
Step 1 (Clone Repo)
git clone [email protected]:fabelis/agent.gitStep 2 (Configuration)
{
// Model used for prompting
"completion_provider": "anthropic",
// Model to convert data to embeddings, options include local | openai
"embedding_provider": "local",
// Vector Database to store embeddings, currently supports local | mongodb
"db": "local",
// list your clients here
// [KEYS] indicate the client's name
// [VALUE] is the clients config (if no config is needed use true)
"clients": {
"cli": true
}
}Step 3 (Setup .env)
EnvironmentStep 4 (Create Character)
ποΈCharacter FileStep 5 (Run The Agent)
CLI ChatbotLast updated
