LICENSE
README.md
pyproject.toml
src/fipsagents/__init__.py
src/fipsagents.egg-info/PKG-INFO
src/fipsagents.egg-info/SOURCES.txt
src/fipsagents.egg-info/dependency_links.txt
src/fipsagents.egg-info/requires.txt
src/fipsagents.egg-info/top_level.txt
src/fipsagents/baseagent/__init__.py
src/fipsagents/baseagent/agent.py
src/fipsagents/baseagent/config.py
src/fipsagents/baseagent/diagnostics.py
src/fipsagents/baseagent/events.py
src/fipsagents/baseagent/llm.py
src/fipsagents/baseagent/memory.py
src/fipsagents/baseagent/memory_llamastack.py
src/fipsagents/baseagent/memory_markdown.py
src/fipsagents/baseagent/memory_pgvector.py
src/fipsagents/baseagent/memory_sqlite.py
src/fipsagents/baseagent/prompts.py
src/fipsagents/baseagent/reasoning.py
src/fipsagents/baseagent/rules.py
src/fipsagents/baseagent/skills.py
src/fipsagents/baseagent/tool_inspector.py
src/fipsagents/baseagent/tools.py
src/fipsagents/serialization/__init__.py
src/fipsagents/serialization/anthropic_messages.py
src/fipsagents/serialization/openai_sse.py
src/fipsagents/server/__init__.py
src/fipsagents/server/app.py
src/fipsagents/server/collector.py
src/fipsagents/server/feedback.py
src/fipsagents/server/http.py
src/fipsagents/server/metrics.py
src/fipsagents/server/models.py
src/fipsagents/server/otel.py
src/fipsagents/server/propagation.py
src/fipsagents/server/sessions.py
src/fipsagents/server/sqlite.py
src/fipsagents/server/tracing.py
src/fipsagents/workflow/__init__.py
src/fipsagents/workflow/agent_node.py
src/fipsagents/workflow/decorator.py
src/fipsagents/workflow/errors.py
src/fipsagents/workflow/graph.py
src/fipsagents/workflow/node.py
src/fipsagents/workflow/protocol.py
src/fipsagents/workflow/remote_node.py
src/fipsagents/workflow/runner.py
src/fipsagents/workflow/state.py
tests/test_baseagent_step_default.py
tests/test_config.py
tests/test_deferred_memory.py
tests/test_diagnostics.py
tests/test_feedback.py
tests/test_http_stores.py
tests/test_http_stores_e2e.py
tests/test_llm.py
tests/test_memory.py
tests/test_memory_llamastack.py
tests/test_memory_markdown.py
tests/test_memory_pgvector.py
tests/test_memory_prefix.py
tests/test_memory_prefix_integration.py
tests/test_memory_sqlite.py
tests/test_metrics.py
tests/test_mistral_tool_call_id.py
tests/test_otel.py
tests/test_prompts.py
tests/test_propagation.py
tests/test_provider_rewrite.py
tests/test_reasoning_parser.py
tests/test_remote_node.py
tests/test_serialization_anthropic_messages.py
tests/test_serialization_openai_sse.py
tests/test_server_openai.py
tests/test_sessions.py
tests/test_sqlite_shared.py
tests/test_tool_inspector.py
tests/test_tools.py
tests/test_tracing.py
tests/test_workflow_agent_node.py
tests/test_workflow_decorator.py
tests/test_workflow_graph.py
tests/test_workflow_integration.py
tests/test_workflow_node.py
tests/test_workflow_runner.py
tests/test_workflow_state.py