Skip to content

Commit

Permalink
Restructure Repository to focus on Server
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed May 14, 2024
1 parent 2a4f248 commit d7f0548
Show file tree
Hide file tree
Showing 95 changed files with 19 additions and 14,895 deletions.
9 changes: 9 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
fly.toml
.env
.env.template
*.md
docs/**
.DS_Store
supabase/**
LICENSE
__pycache__
File renamed without changes.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ api/**/*.db
api/data
api/docker-compose.yml

*.db
data
docker-compose.yml


# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
15 changes: 2 additions & 13 deletions .vscode/honcho.code-workspace
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
{
"folders": [
{
"path": "../sdk"
},
{
"path": "../api"
},
{
"path": "../example/cli"
},
{
"path": "../example/discord"
},
{
"path": ".."
}
],
"settings": {}
"settings": {
}
}
6 changes: 1 addition & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"python.analysis.typeCheckingMode": "basic",
"files.exclude": {
"sdk": true,
"api": true,
"example": true
}
"files.exclude": {}
}
File renamed without changes.
2 changes: 2 additions & 0 deletions api/CHANGELOG.md → CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Documentation to OpenAPI
* Bearer token auth to OpenAPI routes
* Get by ID routes for users and collections
* [NodeJS](https://github.com/plastic-labs/honcho-node) SDK support

### Changed

* Authentication Middleware now implemented using built-in FastAPI Security
module
* Get by name routes for users and collections now include "name" in slug
* Python SDK moved to separate [respository](https://github.com/plastic-labs/honcho-python)

### Fixed

Expand Down
File renamed without changes.
2 changes: 0 additions & 2 deletions api/.dockerignore

This file was deleted.

3 changes: 0 additions & 3 deletions api/.vscode/settings.json

This file was deleted.

14 changes: 0 additions & 14 deletions api/local/docker-compose.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ services:
- POSTGRES_HOST_AUTH_METHOD=trust
- PGDATA=/var/lib/postgresql/data/pgdata
volumes:
- ./local/init.sql:/docker-entrypoint-initdb.d/init.sql
- ./init.sql:/docker-entrypoint-initdb.d/init.sql
- ./data:/var/lib/postgresql/data/
51 changes: 0 additions & 51 deletions example/cli/main.py

This file was deleted.

1,399 changes: 0 additions & 1,399 deletions example/cli/poetry.lock

This file was deleted.

17 changes: 0 additions & 17 deletions example/cli/pyproject.toml

This file was deleted.

1 change: 0 additions & 1 deletion example/discord/fake-llm/.env.template

This file was deleted.

65 changes: 0 additions & 65 deletions example/discord/fake-llm/main.py

This file was deleted.

Loading

0 comments on commit d7f0548

Please sign in to comment.