From 1c0c45841f307aef9ceb943d01bf1e3d4b45314e Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Wed, 4 Jun 2025 19:18:21 -0400 Subject: [PATCH] Initial commit --- .gitignore | 1 + README.md | 19 +++++++++++++++++++ main.py | 0 3 files changed, 20 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 main.py 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