AnalogAI Foundation - A foundation framework for AI agents
Project description
AnalogAI Foundation
A comprehensive Python package for building AI agent systems with advanced capabilities including emotional intelligence, inference mechanisms, and multi-database support.
Installation
Install the package in editable mode:
pip install -e .
Install with development dependencies:
pip install -e ".[dev]"
Project Structure
Foundation/
├── src/
│ ├── common/ # Shared utilities and design patterns
│ ├── core/ # Core domain entities and services
│ ├── infrastructure/ # Infrastructure implementations
│ └── libs/ # Library modules (auth, metrics, etc.)
├── pyproject.toml # Unified package configuration
├── setup.py # Setup helper
├── MANIFEST.in # Package manifest
└── README.md
Modules
Common (src/common/)
- Design Patterns: Chain of responsibility, singleton, state machine
- Logging: Application logging utilities
- Utils: Dictionary utilities and helpers
Core (src/core/)
- Entities: Domain entities (Agent, Belief, Conversation, etc.)
- Services: Business logic services
- Repositories: Data access interfaces
- Enums: Domain enumerations
- Mappings: Emotion and activation mappings
Infrastructure (src/infrastructure/core/)
- Repositories: Concrete repository implementations
- In-memory storage
- MongoDB storage
- Neo4j graph database
- Storage Adapters: Vector store and query storage adapters
- FAISS
- Pinecone
- In-memory implementations
- Gateways: Database gateways
Libs (src/libs/)
- Authentication: JWT and authentication services
- Authorization: Authorization services
- Metrics: Metrics recording and reporting
- Dev Tools: Development utilities
Requirements
- Python >= 3.12
- See
pyproject.tomlfor complete dependency list
Development
Running Tests
The project uses Python's built-in unittest framework:
python -m unittest discover -s src -p "test_*.py"
Code Quality
Format code with black:
black src/
Lint with ruff:
ruff check src/
Type check with mypy:
mypy src/
Coverage
Run coverage report:
coverage run -m unittest discover -s src -p "test_*.py"
coverage report
coverage html
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file analogai_foundation-0.1.249.tar.gz.
File metadata
- Download URL: analogai_foundation-0.1.249.tar.gz
- Upload date:
- Size: 148.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.10 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cf7da066351cf789e555d6684f38c614d3140df97224918490fa7d82a4e8294
|
|
| MD5 |
42ebda1936672476312f7941ff8ca0f0
|
|
| BLAKE2b-256 |
ee83d2f037bcb38ee69cd24983de8f375adfed9e1082e78690c014ea7f31b2bb
|
File details
Details for the file analogai_foundation-0.1.249-py3-none-any.whl.
File metadata
- Download URL: analogai_foundation-0.1.249-py3-none-any.whl
- Upload date:
- Size: 300.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.10 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7340618ea7837fec17f91a1c7d8b112da76c58b29b8653a88b421bb0951ee3e4
|
|
| MD5 |
fa2006a2107faa55915b87650d87db0e
|
|
| BLAKE2b-256 |
8a01ada1116eb1637d6ec58f590d160027a03c95804ea5c1a8deda37f51e7650
|