Giter Site home page Giter Site logo

youbot's Introduction

YouBot

YouBot is an AI personal assistant with long term memory.

It's available via CLI, SMS, or WhatsApp.

It includes an optional Google Calendar integration, for learning from and helping you manage your calendar.

(Coming Soon) Hosted service

You can join the waitlist for the free alpha version of YouBot at https://youbot.dev.

Install and running the CLI.

Prerequisites

  • Docker: Install Docker
  • OpenAI key: Your OpenAI key should be available via the OPENAI_API_KEY env variable. YouBot uses GPT-4o.

Running the CLI

The YouBot CLI runs via Docker. To install and run:

git clone https://github.com/tombedor/youbot.git
cd youbot
./cli.sh

License

Distributed under the GPL 3.0.1 License. See LICENSE for more information.

youbot's People

Contributors

tombedor avatar

Stargazers

Gary Blankenship avatar Matt Olander avatar  avatar dgo2dance avatar Joao Neiva avatar Vinayak Kulkarni avatar  avatar KidKarmaツ avatar Ravi Mandliya avatar Bozhao avatar Charles Packer avatar

Watchers

 avatar Kostas Georgiou avatar

youbot's Issues

json parse issue when NOT running in debug mode

🤖 Got it, Tom. To capture every state change, we can use Postgres triggers and functions. With 'AFTER INSERT OR UPDATE'
trigger on your agents table, it can call a function to replicate the data to another table serving as your backup. However,
do keep in mind high-volume writes could impact performance. Another approach could be 'Logical Replication' as it offers
row-level changes. It might be more complex to set up, but offers more flexibility and efficiency.

Enter your message: please provide me code to add an after insert or update trigger
💭 Tom wants code for an 'AFTER INSERT OR UPDATE' trigger in Postgres. Connect to your knowledge of Postgres triggers.
Provide the needed information. Be helpful, be Sam. Ready. Set. Go.
Error parsing json with json package: Invalid control character at: line 2 column 155 (char 156)
Error parsing json with demjson package: ('Line terminator characters must be escaped inside string literals', 'U+000A')
💭 None
⚡🧠 [function]

slash commands crash the CLI

I just crashed it tho, by typing /memory lol
youbot | ValueError: Invalid input: '/memory'
youbot exited with code 1

Line 61 of server.py
I was going to open an issue for you, but I don't think you have them turned on for the project, yet
I'll play around more with it tomorrow, nice work

problem with agents that get created with a bad initial state

tombot=> select * from agents where name = 'testbot';
id | user_id | name | persona | human | preset | created_at | llm_config | embedding_config | state
--------------------------------------+--------------------------------------+---------+----------+----------+-------------+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------
74439a88-4f29-4622-ba3d-0792f8eb2c95 | 00000000-0000-0000-0000-72001b73b3ea | testbot | --tester | tombedor | memgpt_chat | 2024-01-27 10:12:21.000699+00 | {"model": "gpt-4", "model_endpoint_type": "openai", "model_endpoint": "https://api.openai.com/v1", "model_wrapper": null, "context_window": 8192} | {"embedding_endpoint_type": "openai", "embedding_endpoint": "https://api.openai.com/v1", "embedding_model": "text-embedding-ada-002", "embedding_dim": 1536, "embedding_chunk_size": 300} | {}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.