vault backup: 2026-02-25 13:29:18

This commit is contained in:
AlexAI
2026-02-25 13:29:18 -06:00
parent f2084a1161
commit 3c17ed030c
2 changed files with 6 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ System for spawning isolated sub-agents to handle research tasks asynchronously
- Good for: continuous research, collaborative - Good for: continuous research, collaborative
## Current Exploration ## Current Exploration
Testing in <#1468257895152881796> channel Testing in <#1468257895152881796> channel (shared with #projects)
## Questions to Answer ## Questions to Answer
- [ ] How many concurrent agents? - [ ] How many concurrent agents?

View File

@@ -1,4 +1,5 @@
1. Scale QR code reader - The purpose of this project is to use a IP camera with a vision model to read a QR code and other identifying markings on vehicles are are stopping to weigh on a scale. The vehicle is to be identified and put into a database along with a timestamp and the weight from the scale for further processing. This project is in the testing phase. The software has been written. 1. ~~Scale QR code reader - The purpose of this project is to use a IP camera with a vision model to read a QR code and other identifying markings on vehicles are are stopping to weigh on a scale. The vehicle is to be identified and put into a database along with a timestamp and the weight from the scale for further processing. This project is in the testing phase. The software has been written.~~
2. Scale weight readout - The purpose of this project is to use a raspberry pi to connect to a cardinal scale indicator via serial to read the weight from the scale. It also needs to be able to share that weight through the network interface via API. This project is in the panning phase. 2. ~~Scale weight readout - The purpose of this project is to use a raspberry pi to connect to a cardinal scale indicator via serial to read the weight from the scale. It also needs to be able to share that weight through the network interface via API. This project is in the panning phase.~~
3. Requisition and purchase order system - The purpose of this project is to provide company employees an application that they can use to fill out a requisition and receive a purchase order number to make purchases. The system will also track the status of items that have been ordered so that employees know when their order has been processed. This software is connecting to existing custom software provided by an outside software vendor. We have access to the vendors mssql database to sync data from our frontend into the existing software for processing. This project is in the development phase. We are working with the vendor to figure out how to synchronize the data from our application into their database. Our application also uses assal database to store data. Simple table synchronization may be the easiest route. 3. ~~Requisition and purchase order system - The purpose of this project is to provide company employees an application that they can use to fill out a requisition and receive a purchase order number to make purchases. The system will also track the status of items that have been ordered so that employees know when their order has been processed. This software is connecting to existing custom software provided by an outside software vendor. We have access to the vendors mssql database to sync data from our frontend into the existing software for processing. This project is in the development phase. We are working with the vendor to figure out how to synchronize the data from our application into their database. Our application also uses assal database to store data. Simple table synchronization may be the easiest route.~~
4. Employee punch tracking - The purpose of this project is to track employees that use an RFID card to punch in and out on a company timeclock. The software captures the employee via IP camera when they scan their card and matches that captures image with a scan in a mssql database. The time software is provided by an external software vendor. Our software is running "on top" of this software to capture images. It is currently in the beta production phase. Alternative solutions are being researched so remove latency between the initial RFID scan and the image capture. Other than that the software is functioning well so far. 4. ~~Employee punch tracking - The purpose of this project is to track employees that use an RFID card to punch in and out on a company timeclock. The software captures the employee via IP camera when they scan their card and matches that captures image with a scan in a mssql database. The time software is provided by an external software vendor. Our software is running "on top" of this software to capture images. It is currently in the beta production phase. Alternative solutions are being researched so remove latency between the initial RFID scan and the image capture. Other than that the software is functioning well so far.~~
5.