commit 1c0c45841f307aef9ceb943d01bf1e3d4b45314e Author: Tyler Perkins Date: Wed Jun 4 19:18:21 2025 -0400 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f11b75 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..8e0844b --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Agent + +## Goals + +- Oauth2 authentication with service +- Text interface for agent + - Nuxt UI for agent +- Agent with access to tools +- Access to a long term storage tool, configured as a local vectordb +- Access to a terminal scratch pad +- Access to ntfy for sending information to me +- Voice based interface + - Can use telnyx for interaction + - Can use ham? +- Single container + +Reduced scope + +- Text interface to ollama server that exists now, with oauth2 \ No newline at end of file diff --git a/main.py b/main.py new file mode 100644 index 0000000..e69de29