Initial commit

This commit is contained in:
Tyler 2025-06-04 19:18:21 -04:00
commit 1c0c45841f
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
3 changed files with 20 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea/

19
README.md Normal file
View File

@ -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

0
main.py Normal file
View File