AgensGraph is a multi-model graph database built on PostgreSQL. It stores graph data as vertices and edges indexed in B-trees for efficient traversal. While the current version supports Cypher queries and integrated processing of graph and SQL, future work includes distributed graph support using Postgres-XL, specialized storage and indexes for graph queries, and integration with big data systems.