docs: update current_status.md and add requirements_rbac.md
tests / pytest (push) Has been cancelled
tests / pytest (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: agent-platform
|
||||
Version: 0.1.0
|
||||
Summary: Business-taugliche Agent-Plattform mit LiteLLM + Pydantic AI + MCP
|
||||
Requires-Python: >=3.12
|
||||
Requires-Dist: fastapi>=0.115
|
||||
Requires-Dist: uvicorn[standard]>=0.32
|
||||
Requires-Dist: litellm>=1.50
|
||||
Requires-Dist: pydantic-ai>=0.4
|
||||
Requires-Dist: jinja2>=3.1
|
||||
Requires-Dist: python-multipart>=0.0.12
|
||||
Requires-Dist: aiosqlite>=0.20
|
||||
Requires-Dist: httpx>=0.27
|
||||
Requires-Dist: mcp>=1.0
|
||||
@@ -0,0 +1,17 @@
|
||||
agent.py
|
||||
api.py
|
||||
audit.py
|
||||
auth.py
|
||||
config.py
|
||||
db.py
|
||||
llm.py
|
||||
mcp_client.py
|
||||
pyproject.toml
|
||||
agent_platform.egg-info/PKG-INFO
|
||||
agent_platform.egg-info/SOURCES.txt
|
||||
agent_platform.egg-info/dependency_links.txt
|
||||
agent_platform.egg-info/requires.txt
|
||||
agent_platform.egg-info/top_level.txt
|
||||
agents/__init__.py
|
||||
agents/base.py
|
||||
agents/example.py
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
fastapi>=0.115
|
||||
uvicorn[standard]>=0.32
|
||||
litellm>=1.50
|
||||
pydantic-ai>=0.4
|
||||
jinja2>=3.1
|
||||
python-multipart>=0.0.12
|
||||
aiosqlite>=0.20
|
||||
httpx>=0.27
|
||||
mcp>=1.0
|
||||
@@ -0,0 +1,9 @@
|
||||
agent
|
||||
agents
|
||||
api
|
||||
audit
|
||||
auth
|
||||
config
|
||||
db
|
||||
llm
|
||||
mcp_client
|
||||
Reference in New Issue
Block a user